summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/part.content.php7
-rw-r--r--templates/part.navigation.feed.php2
2 files changed, 8 insertions, 1 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index 7e1f81d7e..beb290955 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -90,7 +90,12 @@
?>">
</button>
</li>
- <li><news-article-actions article="item" /></li>
+ <li class="util more" news-stop-propagation>
+ <button class="icon-more" news-toggle-show="#actions-{{item.id}}"></button>
+ <div class="article-actions" id="actions-{{item.id}}">
+ <ul news-article-actions="item"><ul>
+ </div>
+ </li>
</ul>
</div>
diff --git a/templates/part.navigation.feed.php b/templates/part.navigation.feed.php
index c6ee7e32c..ecbc5960a 100644
--- a/templates/part.navigation.feed.php
+++ b/templates/part.navigation.feed.php
@@ -95,6 +95,8 @@
class="icon-unpinned"
title="<?php p($l->t('Pin feed to the top')); ?>">
</button>
+ </li>
+ <li>
<button ng-click="Navigation.setOrdering(feed, 1)"
ng-show="feed.ordering == 0"
class="icon-caret-dark feed-no-ordering"