summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/part.items.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/part.items.php b/templates/part.items.php
index 2e8d42461..b73af013c 100644
--- a/templates/part.items.php
+++ b/templates/part.items.php
@@ -14,7 +14,9 @@
<li ng-class="{ important: item.isStarred() }"
ng-click="itemBusinessLayer.toggleStarred(item.id)"
class="star"
- title="<?php p($l->t('Save for later')) ?>">
+ title="<?php p($l->t('Save for later')) ?>"
+ oc-tooltip
+ >
</li>
</ul>
</div>