aboutsummaryrefslogtreecommitdiff
path: root/app/layout/aside_feed.phtml
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-08-11 00:10:41 +0200
committerGravatar GitHub <noreply@github.com> 2022-08-11 00:10:41 +0200
commitaaf15fba7d3b4334e938956c1d1260a7cf76a4fa (patch)
treedeae6995f8d181f0cf83839cbb0cd9e4b5f095e5 /app/layout/aside_feed.phtml
parent09aeeeb3254b2b7ad6d588bc21223d567390ae58 (diff)
Update aside_feed.phtml (#4498)
Diffstat (limited to 'app/layout/aside_feed.phtml')
-rw-r--r--app/layout/aside_feed.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/layout/aside_feed.phtml b/app/layout/aside_feed.phtml
index 248c6174c..3ddb958f2 100644
--- a/app/layout/aside_feed.phtml
+++ b/app/layout/aside_feed.phtml
@@ -22,7 +22,7 @@
<a id="btn-add" class="btn btn-important" href="<?= _url('subscription', 'add') ?>"><?= _i('add') ?></a>
</div>
<?php } elseif (FreshRSS_Auth::accessNeedsLogin()) { ?>
- <a href="<?= _url('index', 'about') ?>"><?= _t('index.menu.about') ?></a>
+ <a href="<?= _url('index', 'about') ?>" class="about"><?= _t('index.menu.about') ?></a>
<?php } ?>
<form id="mark-read-aside" method="post">