summaryrefslogtreecommitdiff
path: root/app/Templates
diff options
context:
space:
mode:
Diffstat (limited to 'app/Templates')
-rw-r--r--app/Templates/project_activity.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/Templates/project_activity.php b/app/Templates/project_activity.php
index 86e17e7f..ad91f8b8 100644
--- a/app/Templates/project_activity.php
+++ b/app/Templates/project_activity.php
@@ -13,7 +13,9 @@
<p class="alert"><?= t('No activity.') ?></p>
<?php else: ?>
- <p class="pull-right"><i class="fa fa-rss-square"></i> <a href="?controller=project&amp;action=feed&amp;token=<?= $project['token'] ?>" target="_blank"><?= t('RSS feed') ?></a></p>
+ <?php if ($project['is_public']): ?>
+ <p class="pull-right"><i class="fa fa-rss-square"></i> <a href="?controller=project&amp;action=feed&amp;token=<?= $project['token'] ?>" target="_blank"><?= t('RSS feed') ?></a></p>
+ <?php endif ?>
<?php foreach ($events as $event): ?>
<div class="activity-event">