mailr/app/views/common/_anchor.html.haml

9 lines
168 B
Plaintext
Executable File

- size ||= "btn-small"
- type ||= "btn-primary"
- icon ||= ""
%a{:class=>"btn #{size} #{type}",:href=>"#{href}"}
- if !icon.empty?
%i{:class=>"#{icon}"}
= caption