Removing edit button from mobile category list
This commit is contained in:
parent
23423ba112
commit
f97cf10676
|
@ -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}}
|
||||
|
|
Loading…
Reference in New Issue