mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
FIX: font-awesome issue on site settings buttons
This commit is contained in:
parent
9f9852a8dd
commit
ee5637d4ff
2 changed files with 4 additions and 4 deletions
|
@ -7,8 +7,8 @@
|
|||
</div>
|
||||
{{#if dirty}}
|
||||
<div class='setting-controls'>
|
||||
<button class='btn ok' {{action save this}}><i class='fa fa-check'></i></button>
|
||||
<button class='btn cancel' {{action cancel this}}><i class='fa fa-times'></i></button>
|
||||
<button class='btn ok no-text' {{action save this}}><i class='fa fa-check'></i></button>
|
||||
<button class='btn cancel no-text' {{action cancel this}}><i class='fa fa-times'></i></button>
|
||||
</div>
|
||||
{{else}}
|
||||
{{#if overridden}}
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
</div>
|
||||
{{#if dirty}}
|
||||
<div class='setting-controls'>
|
||||
<button class='btn ok' {{action save this}}><i class='fa fa-check'></i></button>
|
||||
<button class='btn cancel' {{action cancel this}}><i class='fa fa-times'></i></button>
|
||||
<button class='btn ok no-text' {{action save this}}><i class='fa fa-check'></i></button>
|
||||
<button class='btn cancel no-text' {{action cancel this}}><i class='fa fa-times'></i></button>
|
||||
</div>
|
||||
{{else}}
|
||||
{{#if overridden}}
|
||||
|
|
Loading…
Reference in a new issue