Replaces icons i tags for span

This commit is contained in:
Alberto Garcia Cabeza
2016-03-14 12:25:46 +01:00
parent 97db98fd3e
commit 3ec0971b37
55 changed files with 134 additions and 134 deletions

View File

@@ -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,