mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
btn danger is a bit too loud there
This commit is contained in:
parent
6c73b3a971
commit
9681cbb6b8
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
<h1>{{content.name}}<span>{{unbound content.username}}</span></h1>
|
||||
|
||||
{{#if viewingSelf}}
|
||||
<button {{action "logout" target="Discourse"}} class='btn btn-danger'>{{i18n user.log_out}}</button>
|
||||
<button {{action "logout" target="Discourse"}} class='btn'>{{i18n user.log_out}}</button>
|
||||
{{/if}}
|
||||
{{#if Discourse.currentUser.admin}}
|
||||
<a href="/admin/users/{{unbound content.username_lower}}" class='btn'>{{i18n admin.user.show_admin_profile}}</a>
|
||||
|
|
Loading…
Reference in a new issue