0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-18 02:21:47 -05:00

Merge pull request #5407 from novaugust/remove-toggle-preview

Remove dead toggle preview actions
This commit is contained in:
Jason Williams 2015-06-08 18:01:21 -05:00
commit e91fe0f5b3

View file

@ -12,7 +12,7 @@
<section class="view-container view-editor">
<section class="entry-markdown js-entry-markdown">
<header {{action "togglePreview" false}} class="floatingheader">
<header class="floatingheader">
<span>Markdown</span>
<a class="markdown-help" href="" {{action "openModal" "markdown"}}><i class="icon-markdown"></i></a>
</header>
@ -23,7 +23,7 @@
</section>
<section class="entry-preview js-entry-preview">
<header {{action "togglePreview" true}} class="floatingheader">
<header class="floatingheader">
<span>Preview</span>
<span class="entry-word-count js-entry-word-count">{{gh-count-words model.scratch}}</span>
</header>