mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Merge pull request #4206 from halfdan/4205-author-drop
Hide author dropdown for authors.
This commit is contained in:
commit
b63ea8ce35
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