Remove "action links" related parts as they are not needed any more.
This commit is contained in:
12
app.html
12
app.html
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user