summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-01-25 18:38:56 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-01-25 18:38:56 +0100
commit368697b24bd28fdbead03435fe3656f1fc337836 (patch)
tree89f5791055163132a33d9961036b39ce3a288f83 /templates
parent1ddbdffdb957992e1a32d001c5583de46e154662 (diff)
more plugin refactoring
Diffstat (limited to 'templates')
-rw-r--r--templates/part.content.articleaction.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/templates/part.content.articleaction.php b/templates/part.content.articleaction.php
deleted file mode 100644
index 4aa170199..000000000
--- a/templates/part.content.articleaction.php
+++ /dev/null
@@ -1,6 +0,0 @@
-<ul class="article-action-plugins" news-stop-propagation>
- <li ng-repeat="plugin in ::plugins"
- class="util article-plugin-{{ plugin.id }}">
- <button title="{{ plugin.title }}"></button>
- </li>
-</ul> \ No newline at end of file