summaryrefslogtreecommitdiffstats
path: root/templates/part.items.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.items.php')
-rw-r--r--templates/part.items.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/part.items.php b/templates/part.items.php
index fe2265afa..8bede824f 100644
--- a/templates/part.items.php
+++ b/templates/part.items.php
@@ -43,14 +43,14 @@
<div class="bottom_utils">
<ul class="secondary_item_utils"
ng-class="{show_keep_unread: isKeptUnread(item.id)}">
- <li class="share_link">
+ <!--<li class="share_link">
<a class="share" data-item-type="news_item"
data-item="{{item.id}}" title="<?php p($l->t('Share')) ?>"
data-possible-permissions="<?php //p((OCP\Share::PERMISSION_READ | OCP\Share::PERMISSION_SHARE)) ?>"
href="#">
<?php p($l->t('Share')) ?>
</a>
- </li>
+ </li>-->
<li ng-click="keepUnread(item.id, item.feedId)"
class="keep_unread"><?php p($l->t('Keep unread')); ?>
<input type="checkbox" ng-checked="isKeptUnread(item.id)"/>