mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
Correct markup for the PSM author dropdown
This commit is contained in:
parent
c2f0fd54da
commit
f304d3ed34
1 changed files with 40 additions and 40 deletions
|
@ -22,7 +22,7 @@
|
|||
<label for="post-setting-author">Author</label>
|
||||
</td>
|
||||
<td class="post-setting-field">
|
||||
<span class="author-select-wrapper" {{bind-attr data-select-text=selectedAuthor.name}}>
|
||||
<span class="gh-select">
|
||||
{{view Ember.Select
|
||||
name="post-setting-author"
|
||||
content=authors
|
||||
|
|
Loading…
Add table
Reference in a new issue