aboutsummaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorGravatar Clément <clement@selfhost.fr> 2017-02-25 10:20:35 +0100
committerGravatar Clément <clement@selfhost.fr> 2017-02-25 10:20:35 +0100
commit3684d201bda997fdbfd4460dae92100ee47dd7ef (patch)
tree820d753f57c1c5ce455cbb9a68332be681fe5882 /app/views
parent2d097bc855dbd1ad06c7c306c05e78a198209084 (diff)
parent30ba0753e3fbb7417766f72010c7dd700567bf64 (diff)
Merge remote-tracking branch 'FreshRSS/dev' into dev
Diffstat (limited to 'app/views')
-rw-r--r--app/views/index/about.phtml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/index/about.phtml b/app/views/index/about.phtml
index 3fdb5160d..649729952 100644
--- a/app/views/index/about.phtml
+++ b/app/views/index/about.phtml
@@ -13,8 +13,10 @@
<dt><?php echo _t('index.about.license'); ?></dt>
<dd><?php echo _t('index.about.agpl3'); ?></dd>
+ <?php if (FreshRSS_Auth::hasAccess()): ?>
<dt><?php echo _t('index.about.version'); ?></dt>
<dd><?php echo FRESHRSS_VERSION; ?></dd>
+ <?php endif; ?>
</dl>
<p><?php echo _t('index.about.freshrss_description'); ?></p>