mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Removed Post History from sidebar for mobiledoc posts
This commit is contained in:
parent
f0f217a756
commit
ba5fb35e36
1 changed files with 8 additions and 6 deletions
|
@ -148,12 +148,14 @@
|
|||
|
||||
<ul class="nav-list">
|
||||
{{#if (feature 'postHistory')}}
|
||||
<li class="nav-list-item">
|
||||
<button type="button" {{on "click" this.openPostHistory}} data-test-toggle="post-history">
|
||||
<span>{{svg-jar "history" class="history"}} Post history</span>
|
||||
</button>
|
||||
{{svg-jar "arrow-right" class="arrow-right"}}
|
||||
</li>
|
||||
{{#if this.post.lexical}}
|
||||
<li class="nav-list-item">
|
||||
<button type="button" {{on "click" this.openPostHistory}} data-test-toggle="post-history">
|
||||
<span>{{svg-jar "history" class="history"}} Post history</span>
|
||||
</button>
|
||||
{{svg-jar "arrow-right" class="arrow-right"}}
|
||||
</li>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
<li class="nav-list-item">
|
||||
<button type="button" {{action "showSubview" "codeinjection"}} data-test-button="codeinjection">
|
||||
|
|
Loading…
Add table
Reference in a new issue