replaced Glyphicon icons by Font Awesome icons

This commit is contained in:
Hauke Klement
2015-03-18 10:19:39 +01:00
parent d109663cb9
commit 9d6b79c919
7 changed files with 11 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
- if policy(model).new?
a.btn.btn-success href=(local_assigns.has_key?(:path) ? path : send(:"new_#{model.model_name.singular}_path"))
i.glyphicon.glyphicon-plus
i.fa.fa-plus
= t('shared.new_model', model: model.model_name.human)