add glyph to Sign In to Reply button

This commit is contained in:
Jeff Atwood 2014-05-19 22:10:21 -07:00
parent 6b864474ea
commit 6617bfa454
2 changed files with 4 additions and 1 deletions

View file

@ -11,5 +11,8 @@ Discourse.LoginReplyButton = Discourse.ButtonView.extend({
classNames: ['btn', 'btn-primary', 'create'],
click: function() {
this.get('controller').send('showLogin');
},
renderIcon: function(buffer) {
buffer.push("<i class='fa fa-user'></i>");
}
});

View file

@ -262,7 +262,7 @@ en:
deleted: "(deleted)"
suspended_notice: "This user is suspended until {{date}}."
suspended_reason: "Reason: "
mailing_list_mode: "Receive an email every time a post is made on the forum (unless you have muted the topic or category)"
mailing_list_mode: "Receive an email every time a post is made on the forum (unless you mute the topic or category)"
watched_categories: "Watched"
watched_categories_instructions: "You will automatically watch all new topics in these categories. You will be notified of all new posts and topics, plus the count of unread and new posts will also appear next to the topic's listing."
tracked_categories: "Tracked"