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

7 lines
159 B
Plaintext
Executable File

- size ||= "btn-small"
- type ||= "btn-primary"
%button{:class=>"btn #{size} #{type}",:type=>"submit", :name=>"#{name}"}
%i{:class=>"#{icon_class}"}
= text