mirror of
https://github.com/discourse/discourse.git
synced 2025-09-05 08:59:27 +08:00
UX: Cleaning up a few admin styles
This commit is contained in:
parent
fc2f948a39
commit
e667434bb3
3 changed files with 13 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
<div class="show-current-style">
|
||||
<h2>
|
||||
<h1>
|
||||
{{#if editingName}}
|
||||
{{text-field value=model.name autofocus="true"}}
|
||||
{{d-button action="finishedEditingName" class="btn-primary btn-small submit-edit" icon="check"}}
|
||||
|
@ -7,7 +7,7 @@
|
|||
{{else}}
|
||||
{{model.name}} <a {{action "startEditingName"}}>{{d-icon "pencil"}}</a>
|
||||
{{/if}}
|
||||
</h2>
|
||||
</h1>
|
||||
|
||||
{{#if model.remote_theme}}
|
||||
<p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue