summaryrefslogtreecommitdiffstats
path: root/templates/part.feed.unread.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-18 19:08:51 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-18 19:08:51 +0200
commit2be96123d1831cdb8ec66f79aa1965f3ac86a804 (patch)
treeba7957e278fc172bf10e0bfbe39443c196bc28de /templates/part.feed.unread.php
parent4f317fe9d74cb6180472ee84db7f7c580cce49f0 (diff)
also add tooltip to unread articles
Diffstat (limited to 'templates/part.feed.unread.php')
-rw-r--r--templates/part.feed.unread.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/part.feed.unread.php b/templates/part.feed.unread.php
index 5b5452fde..ba30770a6 100644
--- a/templates/part.feed.unread.php
+++ b/templates/part.feed.unread.php
@@ -22,6 +22,7 @@
</span>
<button class="svg action mark-read-icon"
ng-click="subscriptionsBusinessLayer.markAllRead()"
- title="<?php p($l->t('Mark all read')) ?>"></button>
+ title="<?php p($l->t('Mark all read')) ?>"
+ oc-tooltip data-placement="bottom"></button>
</span>
</li> \ No newline at end of file