mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-05 18:34:39 +03:00
Merge pull request #5932 from ErisDS/issue-5379-markdown-icon
Add titles to key icons
This commit is contained in:
commit
c68a9587f9
@ -5,7 +5,7 @@
|
|||||||
tabindex="1" focus=shouldFocusTitle}}
|
tabindex="1" focus=shouldFocusTitle}}
|
||||||
{{/gh-view-title}}
|
{{/gh-view-title}}
|
||||||
<section class="view-actions">
|
<section class="view-actions">
|
||||||
<button type="button" class="post-settings" {{action "openSettingsMenu"}}>
|
<button type="button" class="post-settings" title="Post Settings" {{action "openSettingsMenu"}}>
|
||||||
<i class="icon-settings"></i>
|
<i class="icon-settings"></i>
|
||||||
</button>
|
</button>
|
||||||
{{gh-editor-save-button
|
{{gh-editor-save-button
|
||||||
@ -29,7 +29,7 @@
|
|||||||
<a href="#" {{action 'selectTab' 'markdown' target=ghEditor}} class="{{if ghEditor.markdownActive 'active'}}">Markdown</a>
|
<a href="#" {{action 'selectTab' 'markdown' target=ghEditor}} class="{{if ghEditor.markdownActive 'active'}}">Markdown</a>
|
||||||
<a href="#" {{action 'selectTab' 'preview' target=ghEditor}} class="{{if ghEditor.previewActive 'active'}}">Preview</a>
|
<a href="#" {{action 'selectTab' 'preview' target=ghEditor}} class="{{if ghEditor.previewActive 'active'}}">Preview</a>
|
||||||
</span>
|
</span>
|
||||||
<a class="markdown-help" href="" {{action "openModal" "markdown"}}><i class="icon-markdown"></i></a>
|
<a class="markdown-help" href="" title="Markdown Help" {{action "openModal" "markdown"}}><i class="icon-markdown"></i></a>
|
||||||
</header>
|
</header>
|
||||||
<section id="entry-markdown-content" class="entry-markdown-content">
|
<section id="entry-markdown-content" class="entry-markdown-content">
|
||||||
{{gh-ed-editor classNames="markdown-editor js-markdown-editor" tabindex="1" spellcheck="true" value=model.scratch setEditor="setEditor" updateScrollInfo="updateEditorScrollInfo" openModal="openModal" onFocusIn="autoSaveNew" height=height focus=shouldFocusEditor}}
|
{{gh-ed-editor classNames="markdown-editor js-markdown-editor" tabindex="1" spellcheck="true" value=model.scratch setEditor="setEditor" updateScrollInfo="updateEditorScrollInfo" openModal="openModal" onFocusIn="autoSaveNew" height=height focus=shouldFocusEditor}}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<section class="post-controls">
|
<section class="post-controls">
|
||||||
{{#link-to "editor.edit" model.id class="btn btn-minor post-edit"}}<i class="icon-edit"></i>{{/link-to}}
|
{{#link-to "editor.edit" model.id class="btn btn-minor post-edit" title="Edit this post"}}<i class="icon-edit"></i>{{/link-to}}
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
{{#gh-content-preview-content tagName="section" content=model}}
|
{{#gh-content-preview-content tagName="section" content=model}}
|
||||||
|
Loading…
Reference in New Issue
Block a user