summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-09-20 16:28:02 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2015-09-20 16:28:02 +0200
commit0d68f95aa6e2bc952052f1cd289fde0977cce006 (patch)
tree40af000c2194eae9eaa88bf3d793f83b992b069b /templates
parentedd87fa5791696167f0af75a7a95bdff8bdd0beb (diff)
fix #718
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"