AutoCommit Mit Aug 19 20:03:01 CEST 2015

This commit is contained in:
Andreas Stephanides
2015-08-19 20:03:01 +02:00
parent 578dcdfbd6
commit 06599b5ce7
2 changed files with 9 additions and 5 deletions

View File

@@ -52,7 +52,9 @@ m.save
def ff_icon (name)
content_tag("i","", class: "ficon "+name )
end
def fa_icon_stack(name1, name2)
content_tag("span", content_tag("i","",class:"fa fa-stack-1x fa-"+name1)+ content_tag("i","",class:"fa fa-stack-1x fa-sm fa-"+name2),class: "fa-stack fa-sm")
end
def ffi1_list
y=YAML.load_file("#{::Rails.root.to_s}/config/flatfeticon1.yml")
y["ffi1"]