diff --git a/static/js/message_list.js b/static/js/message_list.js
index 2e6b025ddc..fb33eb0a7d 100644
--- a/static/js/message_list.js
+++ b/static/js/message_list.js
@@ -305,14 +305,14 @@ exports.MessageList.prototype = {
show_edit_topic: function MessageList_show_edit_topic(recipient_row, form) {
recipient_row.find(".topic_edit_form").empty().append(form);
- recipient_row.find('.icon-vector-pencil').hide();
+ recipient_row.find('.fa-pencil').hide();
recipient_row.find(".stream_topic").hide();
recipient_row.find(".topic_edit").show();
},
hide_edit_topic: function MessageList_hide_edit_topic(recipient_row) {
recipient_row.find(".stream_topic").show();
- recipient_row.find('.icon-vector-pencil').show();
+ recipient_row.find('.fa-pencil').show();
recipient_row.find(".topic_edit").hide();
},
diff --git a/static/templates/recipient_row.handlebars b/static/templates/recipient_row.handlebars
index f5d6443197..9f21fbeb15 100644
--- a/static/templates/recipient_row.handlebars
+++ b/static/templates/recipient_row.handlebars
@@ -9,7 +9,7 @@
title="{{#tr this}}Narrow to stream "__display_recipient__"{{/tr}}">
{{! invite only lock }}
{{#if invite_only}}
-
+
{{/if}}
{{display_recipient}}
@@ -33,16 +33,16 @@
{{! edit subject pencil icon }}
{{#if always_visible_topic_edit}}
-
+
{{else}}
{{#if on_hover_topic_edit}}
-
+
{{/if}}
{{/if}}
{{! exterior links (e.g. to a trac ticket) }}
{{#each subject_links}}
-
+
{{/each}}
@@ -50,7 +50,7 @@
-
+
{{{date}}}