summaryrefslogtreecommitdiffstats
path: root/templates/part.content.php
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/part.content.php
parentedd87fa5791696167f0af75a7a95bdff8bdd0beb (diff)
fix #718
Diffstat (limited to 'templates/part.content.php')
-rw-r--r--templates/part.content.php7
1 files changed, 6 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>