mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 14:03:48 +03:00
Remove "Delete This Post" option from New Post publish bar menu items
closes #3025 - adds 'unsaved' class to entry-controls when the post model/controller isNew evaluates to true
This commit is contained in:
parent
ae728534ea
commit
953087e7e8
@ -4,7 +4,7 @@
|
||||
|
||||
<div class="right">
|
||||
|
||||
<section id="entry-controls">
|
||||
<section id="entry-controls" {{bind-attr class="isNew:unsaved"}}>
|
||||
{{#gh-popover-button popoverName="post-settings-menu" tagName="a" href="#" classNames="post-settings" title="Post Settings"}}
|
||||
<span class="hidden">Post Settings</span>
|
||||
{{/gh-popover-button}}
|
||||
|
Loading…
Reference in New Issue
Block a user