We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3c3198 commit b19769cCopy full SHA for b19769c
1 file changed
app/views/comments/thread.html.erb
@@ -17,7 +17,7 @@
17
<a href="<%= generic_share_link(@post) %>"><%= @post.title.blank? && @post.parent.present? ? @post.parent.title : @post.title %></a>
18
</h1>
19
<% else %>
20
-<h1>Private Notification</h1>
+<h1><i class="fa fa-envelope"></i> Private Notification</h1>
21
<% end %>
22
23
<!-- THREAD STARTS BELOW -->
0 commit comments