Loading template/app/view/Comments.js +2 −1 Original line number Diff line number Diff line Loading @@ -188,7 +188,7 @@ Ext.define('Docs.view.Comments', { '<label class="subscribe">', 'Email updates? <input type="checkbox" class="subscriptionCheckbox" <tpl if="userSubscribed">checked="checked"</tpl> /><span class="sep"> | </span>', '</label>', '<a href="#" class="toggleCommentGuide">Help</a>', '<a href="#" class="toggleCommentGuide">View help ↓</a>', '<input type="submit" class="sub {[values.updateComment ? "update" : "post"]}Comment" value="{[values.updateComment ? "Update" : "Post"]} comment" />', '<tpl if="updateComment">', ' or <a href="#" class="cancelUpdateComment">cancel</a>', Loading @@ -212,6 +212,7 @@ Ext.define('Docs.view.Comments', { '</ul></li>', '<li>Comments may be edited or deleted at any time by a moderator.</li>', '<li>Avatars can be managed at <a href="http://www.gravatar.com" target="_blank">Gravatar</a> (use your forum email address).</li>', '<li>To write a reply use <code>@username</code> syntax - the user will get notified.</li>', '<li>Comments will be formatted using the Markdown syntax, eg:</li>', '</ul>', '<div class="markdown preview">', Loading Loading
template/app/view/Comments.js +2 −1 Original line number Diff line number Diff line Loading @@ -188,7 +188,7 @@ Ext.define('Docs.view.Comments', { '<label class="subscribe">', 'Email updates? <input type="checkbox" class="subscriptionCheckbox" <tpl if="userSubscribed">checked="checked"</tpl> /><span class="sep"> | </span>', '</label>', '<a href="#" class="toggleCommentGuide">Help</a>', '<a href="#" class="toggleCommentGuide">View help ↓</a>', '<input type="submit" class="sub {[values.updateComment ? "update" : "post"]}Comment" value="{[values.updateComment ? "Update" : "Post"]} comment" />', '<tpl if="updateComment">', ' or <a href="#" class="cancelUpdateComment">cancel</a>', Loading @@ -212,6 +212,7 @@ Ext.define('Docs.view.Comments', { '</ul></li>', '<li>Comments may be edited or deleted at any time by a moderator.</li>', '<li>Avatars can be managed at <a href="http://www.gravatar.com" target="_blank">Gravatar</a> (use your forum email address).</li>', '<li>To write a reply use <code>@username</code> syntax - the user will get notified.</li>', '<li>Comments will be formatted using the Markdown syntax, eg:</li>', '</ul>', '<div class="markdown preview">', Loading