summaryrefslogtreecommitdiffstats
path: root/templates/part.content.articleaction.php
blob: 345458764a7e8842f75b4b0f5c0b2c95e9e5cbc7 (plain)
1
2
3
4
5
6
7
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>