mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-04 02:01:58 -05:00
Merge pull request #3341 from PaulAdamDavis/psm-class-ammend
Correct markup for the PSM author dropdown
This commit is contained in:
commit
1b5a682e13
1 changed files with 40 additions and 40 deletions
|
@ -22,7 +22,7 @@
|
||||||
<label for="post-setting-author">Author</label>
|
<label for="post-setting-author">Author</label>
|
||||||
</td>
|
</td>
|
||||||
<td class="post-setting-field">
|
<td class="post-setting-field">
|
||||||
<span class="author-select-wrapper" {{bind-attr data-select-text=selectedAuthor.name}}>
|
<span class="gh-select">
|
||||||
{{view Ember.Select
|
{{view Ember.Select
|
||||||
name="post-setting-author"
|
name="post-setting-author"
|
||||||
content=authors
|
content=authors
|
||||||
|
|
Loading…
Add table
Reference in a new issue