Skip to content

Commit b19769c

Browse files
committed
Add envelope symbol on mod msg
1 parent d3c3198 commit b19769c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/comments/thread.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<a href="<%= generic_share_link(@post) %>"><%= @post.title.blank? && @post.parent.present? ? @post.parent.title : @post.title %></a>
1818
</h1>
1919
<% else %>
20-
<h1>Private Notification</h1>
20+
<h1><i class="fa fa-envelope"></i> Private Notification</h1>
2121
<% end %>
2222

2323
<!-- THREAD STARTS BELOW -->

0 commit comments

Comments
 (0)