9 lines
168 B
Plaintext
Executable file
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
|