summaryrefslogtreecommitdiffstats
path: root/templates/part.items.php
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2013-04-25 01:09:52 +0200
committerAlessandro Cosentino <cosenal@gmail.com>2013-04-25 01:09:52 +0200
commit43144d78411b3b5bfe1c76b6c73cd19949961862 (patch)
treef25ffd6f56b025ea01287e79b62fc69f75fdd60b /templates/part.items.php
parentcb2fcda80bbceb32064e13a62e223ad79fdd32c5 (diff)
jan does not like tooltips
Diffstat (limited to 'templates/part.items.php')
-rw-r--r--templates/part.items.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/part.items.php b/templates/part.items.php
index 3ff0a110c..55823c8af 100644
--- a/templates/part.items.php
+++ b/templates/part.items.php
@@ -13,9 +13,7 @@
<ul class="primary_item_utils">
<li ng-class="{ important: item.isStarred() }"
ng-click="itemBusinessLayer.toggleStarred(item.id)"
- class="star"
- title="<?php p($l->t('Save for later')) ?>"
- oc-tooltip
+ class="star"
>
</li>
</ul>