summaryrefslogtreecommitdiffstats
path: root/templates/part.content.php
diff options
context:
space:
mode:
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>