mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 16:42:46 +08:00
btn danger is a bit too loud there
This commit is contained in:
parent
6c73b3a971
commit
9681cbb6b8
|
@ -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 New Issue
Block a user