0
Fork 0
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:
Chris Raible 2023-04-18 11:28:08 +01:00
parent f0f217a756
commit ba5fb35e36

View file

@ -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">