diff options
| author | Frédéric Guillot <fred@kanboard.net> | 2014-09-10 18:12:12 +0200 |
|---|---|---|
| committer | Frédéric Guillot <fred@kanboard.net> | 2014-09-10 18:12:12 +0200 |
| commit | bb5b5dee2d7ef2244300ff622d11d5a32f6ba55f (patch) | |
| tree | c1bce860c2ac54c7102fb269ee40925b6c92fc0f /app/Templates/user_external.php | |
| parent | cede5d5434e4e50145daf2413c962a335c13cc99 (diff) | |
Add Atom feed for project activity
Diffstat (limited to 'app/Templates/user_external.php')
| -rw-r--r-- | app/Templates/user_external.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Templates/user_external.php b/app/Templates/user_external.php index 727cd2bf..a67d886e 100644 --- a/app/Templates/user_external.php +++ b/app/Templates/user_external.php @@ -3,7 +3,7 @@ </div> <?php if (GOOGLE_AUTH): ?> - <h3><?= t('Google Account') ?></h3> + <h3><i class="fa fa-google"></i> <?= t('Google Account') ?></h3> <p class="settings"> <?php if (Helper\is_current_user($user['id'])): ?> @@ -19,7 +19,7 @@ <?php endif ?> <?php if (GITHUB_AUTH): ?> - <h3><?= t('Github Account') ?></h3> + <h3><i class="fa fa-github"></i> <?= t('Github Account') ?></h3> <p class="settings"> <?php if (Helper\is_current_user($user['id'])): ?> |
