use pencil glyph on edit history dialog

This commit is contained in:
Jeff Atwood 2015-05-02 03:48:37 -07:00
parent bbb1348118
commit 83b7620cb2
2 changed files with 1 additions and 3 deletions

View File

@ -26,7 +26,7 @@
</div> </div>
</div> </div>
<div id="revision-details"> <div id="revision-details">
{{i18n 'post.revisions.details.edited_by'}} <i class="fa fa-pencil"></i>
{{#link-to 'user' username}} {{#link-to 'user' username}}
{{bound-avatar-template content.avatar_template "small"}} {{username}} {{bound-avatar-template content.avatar_template "small"}} {{username}}
{{/link-to}} {{/link-to}}

View File

@ -1396,8 +1396,6 @@ en:
side_by_side_markdown: side_by_side_markdown:
title: "Show the raw source diffs side-by-side" title: "Show the raw source diffs side-by-side"
button: '<i class="fa fa-columns"></i> Raw' button: '<i class="fa fa-columns"></i> Raw'
details:
edited_by: "Edited by"
category: category:
can: 'can&hellip; ' can: 'can&hellip; '