Skip to content

Commit

Permalink
In comment emails, make the name in the general comments section bold…
Browse files Browse the repository at this point in the history
…, just like it is in line comments
  • Loading branch information
philc committed Sep 29, 2011
1 parent 63ee237 commit b90d513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/email/comment_email.erb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<%= "-" * title.size %><br/>

<% general_comments.each do |comment| %>
&lt;<%= CGI.escape_html(comment.user.name) %>&gt; <%= CGI.escape_html(comment.text) %><br/><br/>
&lt;<b><%= CGI.escape_html(comment.user.name) %>&gt;</b> <%= CGI.escape_html(comment.text) %><br/><br/>
<% end %>
<% end %>
Expand Down

0 comments on commit b90d513

Please sign in to comment.