Replaces icons i tags for span
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<a id="flag-expand-comment-<%= comment.id %>"
|
||||
data-toggle="flag-drop-comment-<%= comment.id %>"
|
||||
title="<%= t('shared.flag') %>">
|
||||
<i class="icon-flag flag-disable"></i>
|
||||
<span class="icon-flag flag-disable"></span>
|
||||
</a>
|
||||
<div id="flag-drop-comment-<%= comment.id %>"
|
||||
class="dropdown-pane"
|
||||
@@ -20,7 +20,7 @@
|
||||
<a id="unflag-expand-comment-<%= comment.id %>"
|
||||
data-toggle="unflag-drop-comment-<%= comment.id %>"
|
||||
title="<%= t('shared.unflag') %>">
|
||||
<i class="icon-flag flag-active"></i>
|
||||
<span class="icon-flag flag-active"></span>
|
||||
</a>
|
||||
<div class="dropdown-pane" id="unflag-drop-comment-<%= comment.id %>" data-dropdown data-auto-focus="true">
|
||||
<%= link_to t("shared.unflag"), unflag_comment_path(comment), method: :put,
|
||||
|
||||
Reference in New Issue
Block a user