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.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/templates/part.items.php b/templates/part.items.php
index 8bede824f..9bc3206ca 100644
--- a/templates/part.items.php
+++ b/templates/part.items.php
@@ -43,14 +43,6 @@
<div class="bottom_utils">
<ul class="secondary_item_utils"
ng-class="{show_keep_unread: isKeptUnread(item.id)}">
- <!--<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 ng-click="keepUnread(item.id, item.feedId)"
class="keep_unread"><?php p($l->t('Keep unread')); ?>
<input type="checkbox" ng-checked="isKeptUnread(item.id)"/>