Add Atom feed for project activity

This commit is contained in:
Frédéric Guillot
2014-09-10 18:12:12 +02:00
parent cede5d5434
commit bb5b5dee2d
9 changed files with 66 additions and 6 deletions

View File

@@ -53,10 +53,10 @@
<td>
<ul class="no-bullet">
<?php if ($user['google_id']): ?>
<li><?= t('Google account linked') ?></li>
<li><i class="fa fa-google"></i> <?= t('Google account linked') ?></li>
<?php endif ?>
<?php if ($user['github_id']): ?>
<li><?= t('Github account linked') ?></li>
<li><i class="fa fa-github"></i> <?= t('Github account linked') ?></li>
<?php endif ?>
</ul>
</td>