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