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

7 lines
206 B
Plaintext
Executable File

- size ||= "btn-small"
- type ||= "btn-primary"
%button{:class=>"btn #{size} #{type}",:type=>"submit",:onclick=>"window.location='#{url}'"}
%i{:class=>"#{icon}"}
= t(text.to_sym, :scope => scope.to_sym)