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

@@ -6,7 +6,7 @@
<div class="input-group-button">
<button type="submit" class="button" title="<%= t("#{i18n_namespace}.button") %>">
<span class="sr-only"><%= t("#{i18n_namespace}.button") %></span>
<i class="icon-search"></i>
<span class="icon-search"></span>
</button>
</div>
</div>