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