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

@@ -24,7 +24,7 @@
<td><%= organization.responsible_name %></td>
<% if organization.verified? %>
<td class="verified">
<i class="icon-check"></i>
<span class="icon-check"></span>
<%= t("admin.organizations.index.verified") %>
</td>
<% end %>
@@ -38,7 +38,7 @@
<% end %>
<% if organization.rejected? %>
<td class="rejected">
<i class="icon-x"></i>
<span class="icon-x"></span>
<%= t("admin.organizations.index.rejected") %>
</td>
<% end %>