2010-04-25 00:33:38 +00:00
|
|
|
.actions
|
|
|
|
.span-12
|
|
|
|
%p
|
2010-05-10 22:39:52 +00:00
|
|
|
- if defined?(back_url)
|
|
|
|
= link_to escape_once('← ') + t('.back'), back_url
|
|
|
|
- else
|
|
|
|
|
2010-04-25 00:33:38 +00:00
|
|
|
|
|
|
|
.span-12.last
|
|
|
|
%p
|
|
|
|
%button.button.light{ :type => 'submit' }
|
|
|
|
%span= button_label.is_a?(Symbol) ? t(".#{button_label}") : button_label
|
|
|
|
|
|
|
|
.clear
|