mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 05:29:17 -06:00
Add wrench icon to Edit Category button
This commit is contained in:
parent
0a07b37ae9
commit
5b455152d0
@ -9,7 +9,7 @@
|
|||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
{{#if canEditCategory}}
|
{{#if canEditCategory}}
|
||||||
<button class='btn btn-default' {{action editCategory category}}>{{i18n category.edit_long}}</button>
|
<button class='btn btn-default' {{action editCategory category}}><i class="icon icon-wrench"></i> {{i18n category.edit_long}}</button>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
{{#if canCreateCategory}}
|
{{#if canCreateCategory}}
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
{{#if canEditCategory}}
|
{{#if canEditCategory}}
|
||||||
<button class='btn btn-default' {{action editCategory category}}>{{i18n category.edit_long}}</button>
|
<button class='btn btn-default' {{action editCategory category}}><i class="icon icon-wrench"></i> {{i18n category.edit_long}}</button>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
{{#if canCreateCategory}}
|
{{#if canCreateCategory}}
|
||||||
|
Loading…
Reference in New Issue
Block a user