mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Change button to grey (#18635)
This commit is contained in:
parent
570bb68579
commit
0fe9095bad
@ -40,7 +40,7 @@
|
|||||||
tag=this.tag}} />
|
tag=this.tag}} />
|
||||||
|
|
||||||
{{#if (and (or this.site.siteSettings.invite_only this.site.siteSettings.bootstrap_mode_enabled) this.currentUser.admin)}}
|
{{#if (and (or this.site.siteSettings.invite_only this.site.siteSettings.bootstrap_mode_enabled) this.currentUser.admin)}}
|
||||||
<DButton @icon="user-plus" @action={{action "inviteUsers"}} @class="btn-primary" @title="bootstrap_invite_button_title" />
|
<DButton @icon="user-plus" @action={{action "inviteUsers"}} @class="btn" @title="bootstrap_invite_button_title" />
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
{{#if (and this.site.siteSettings.wizard_required this.currentUser.admin)}}
|
{{#if (and this.site.siteSettings.wizard_required this.currentUser.admin)}}
|
||||||
|
Loading…
Reference in New Issue
Block a user