mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
add glyph to Sign In to Reply button
This commit is contained in:
parent
6b864474ea
commit
6617bfa454
2 changed files with 4 additions and 1 deletions
|
@ -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>");
|
||||
}
|
||||
});
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue