Remove "action links" related parts as they are not needed any more.

This commit is contained in:
Arpad Csanyi
2016-03-14 17:48:46 +01:00
parent 6148d12c84
commit 7f22eb610d
3 changed files with 2 additions and 38 deletions

View File

@@ -174,18 +174,6 @@
{{/each}}
</ul>
{{/if}}
{{#if actions}}
<!-- Most probably this "actions" section will be removed. -->
<ul class="sidebar__actions--list">
{{#each actions}}
<li class="sidebar__action--item">
<a href="#" class="btn btn-default btn-xs sidebar__action">
<i class="fa fa-{{icon}}"></i> {{name}}
</a>
</li>
{{/each}}
</ul>
{{/if}}
</li>
{{/each}}
</ul>