summaryrefslogtreecommitdiffstats
path: root/templates/part.content.articleaction.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-12-17 10:43:14 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-12-17 10:43:14 +0100
commitaf95556560f2474ca504218c0a18eef267e7cd16 (patch)
tree62d91326c8a4542b4588a630802a55cd58fd8c0e /templates/part.content.articleaction.php
parent86b27436e7845f29a3673cdf8992301e8f865493 (diff)
add article action plugins
Diffstat (limited to 'templates/part.content.articleaction.php')
-rw-r--r--templates/part.content.articleaction.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/part.content.articleaction.php b/templates/part.content.articleaction.php
new file mode 100644
index 000000000..345458764
--- /dev/null
+++ b/templates/part.content.articleaction.php
@@ -0,0 +1,8 @@
+<ul class="article-action-plugins">
+ <li ng-repeat="plugin in ::plugins" class="util"
+ id="article-plugin-{{ plugin.id }}"
+ ng-click="pluginClick(plugin.id, $event, article)"
+ news-stop-propagation>
+ <button title="{{ plugin.title }}"></button>
+ </li>
+</ul> \ No newline at end of file