From 3b9f4656354b123ecbf76f952f95b05767184f0b Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Sat, 10 Oct 2015 15:02:59 +0100 Subject: [PATCH] Add titles to key icons closes #5379, refs #3964 - add 'Markdown Help' title to markdown logo - add 'Post Settings' title to post settings cog - add 'Edit this post' title to edit icon on content screen --- core/client/app/templates/editor/edit.hbs | 4 ++-- core/client/app/templates/posts/post.hbs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/client/app/templates/editor/edit.hbs b/core/client/app/templates/editor/edit.hbs index 8a20dc5560..1baf984241 100644 --- a/core/client/app/templates/editor/edit.hbs +++ b/core/client/app/templates/editor/edit.hbs @@ -5,7 +5,7 @@ tabindex="1" focus=shouldFocusTitle}} {{/gh-view-title}}
- {{gh-editor-save-button @@ -29,7 +29,7 @@ Markdown Preview - +
{{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}} diff --git a/core/client/app/templates/posts/post.hbs b/core/client/app/templates/posts/post.hbs index c3b3a836bf..7625f5d150 100644 --- a/core/client/app/templates/posts/post.hbs +++ b/core/client/app/templates/posts/post.hbs @@ -1,5 +1,5 @@
- {{#link-to "editor.edit" model.id class="btn btn-minor post-edit"}}{{/link-to}} + {{#link-to "editor.edit" model.id class="btn btn-minor post-edit" title="Edit this post"}}{{/link-to}}
{{#gh-content-preview-content tagName="section" content=model}}