mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Hide author dropdown for authors.
fixes #4205, refs #3084 - Hide author dropdown for authors
This commit is contained in:
parent
fcd5910209
commit
947ae53dcb
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
</span>
|
||||
</div>
|
||||
|
||||
{{#unless session.user.isAuthor}}
|
||||
<div class="form-group for-select">
|
||||
<label for="activeTheme">Author</label>
|
||||
<span class="input-icon icon-user">
|
||||
|
@ -36,6 +37,7 @@
|
|||
</span>
|
||||
</span>
|
||||
</div>
|
||||
{{/unless}}
|
||||
|
||||
<ul class="nav-list nav-list-block">
|
||||
{{#gh-tab tagName="li" classNames="nav-list-item"}}
|
||||
|
|
Loading…
Add table
Reference in a new issue