Removing edit button from mobile category list

This commit is contained in:
Kris 2018-10-30 22:57:06 -04:00
parent 23423ba112
commit f97cf10676
1 changed files with 0 additions and 4 deletions

View File

@ -48,10 +48,6 @@
<figure title="{{i18n 'week_desc'}}">{{number c.topics_week}} <figcaption>{{i18n 'week'}}</figcaption></figure>
{{/if}}
{{#if c.can_edit}}
<a href {{action "editCategory" c}} class='btn btn-default btn-small'>{{i18n 'category.edit'}}</a>
{{/if}}
</footer>
</div>
{{/each}}