mirror of
https://github.com/discourse/discourse-adplugin.git
synced 2025-02-08 12:34:43 +00:00
DEV: Update more deprecated Font Awesome icon names (#233)
This commit is contained in:
parent
44b17146c0
commit
6ceba62e98
@ -7,7 +7,7 @@
|
|||||||
<div class="setting-controls">
|
<div class="setting-controls">
|
||||||
{{#if this.changed}}
|
{{#if this.changed}}
|
||||||
<DButton class="ok" @action={{action "save"}} @icon="check" />
|
<DButton class="ok" @action={{action "save"}} @icon="check" />
|
||||||
<DButton class="cancel" @action={{action "cancel"}} @icon="times" />
|
<DButton class="cancel" @action={{action "cancel"}} @icon="xmark" />
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
<p class="help">{{this.help}}</p>
|
<p class="help">{{this.help}}</p>
|
@ -3,7 +3,7 @@
|
|||||||
<div class="setting-controls">
|
<div class="setting-controls">
|
||||||
{{#if this.changed}}
|
{{#if this.changed}}
|
||||||
<DButton class="ok" @action={{action "save"}} @icon="check" />
|
<DButton class="ok" @action={{action "save"}} @icon="check" />
|
||||||
<DButton class="cancel" @action={{action "cancel"}} @icon="times" />
|
<DButton class="cancel" @action={{action "cancel"}} @icon="xmark" />
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
<p class="help">{{this.help}}</p>
|
<p class="help">{{this.help}}</p>
|
@ -36,7 +36,7 @@
|
|||||||
|
|
||||||
<DButton
|
<DButton
|
||||||
@label="admin.adplugin.house_ads.more_settings"
|
@label="admin.adplugin.house_ads.more_settings"
|
||||||
@icon="cog"
|
@icon="gear"
|
||||||
@action={{route-action "moreSettings"}}
|
@action={{route-action "moreSettings"}}
|
||||||
class="btn-default"
|
class="btn-default"
|
||||||
/>
|
/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user