Replaces icons i tags for span
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
<br>
|
||||
<span class="date"><%= l comment.updated_at.to_date %></span>
|
||||
<span class="bullet"> • </span>
|
||||
<%= comment.flags_count %><i class="icon-flag flag-disable"></i>
|
||||
<%= comment.flags_count %><span class="icon-flag flag-disable"></span>
|
||||
<span class="bullet"> • </span>
|
||||
<%= comment.author.username %>
|
||||
<br>
|
||||
|
||||
Reference in New Issue
Block a user