mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 19:00:32 -06:00
Add wrench icon to Edit Category button
This commit is contained in:
parent
0a07b37ae9
commit
5b455152d0
@ -9,7 +9,7 @@
|
||||
{{/if}}
|
||||
|
||||
{{#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 canCreateCategory}}
|
||||
|
@ -9,7 +9,7 @@
|
||||
{{/if}}
|
||||
|
||||
{{#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 canCreateCategory}}
|
||||
|
Loading…
Reference in New Issue
Block a user