summaryrefslogtreecommitdiffstats
path: root/templates/part.navigation.unreadfeed.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.navigation.unreadfeed.php')
-rw-r--r--templates/part.navigation.unreadfeed.php8
1 files changed, 5 insertions, 3 deletions
diff --git a/templates/part.navigation.unreadfeed.php b/templates/part.navigation.unreadfeed.php
index 2f6bff1bb..a5de750d2 100644
--- a/templates/part.navigation.unreadfeed.php
+++ b/templates/part.navigation.unreadfeed.php
@@ -29,9 +29,11 @@
<div class="app-navigation-entry-menu">
<ul>
- <li class="mark-read"><button class="icon-checkmark"
- title="<?php p($l->t('Mark all articles read')); ?>"
- ng-click="Navigation.markRead()"></button>
+ <li class="mark-read">
+ <button ng-click="Navigation.markRead()">
+ <span class="icon-checkmark"></span>
+ <span><?php p($l->t('Mark read')); ?></span>
+ </button>
</li>
</ul>
</div>