2011-06-26 00:01:11 +00:00
|
|
|
#local-actions-bottom-bar
|
2010-04-25 00:33:38 +00:00
|
|
|
.span-12
|
|
|
|
%p
|
2010-05-10 22:39:52 +00:00
|
|
|
- if defined?(back_url)
|
|
|
|
= link_to escape_once('← ') + t('.back'), back_url
|
2010-05-12 00:16:39 +00:00
|
|
|
- elsif defined?(delete_button)
|
|
|
|
= delete_button
|
|
|
|
|
2010-07-23 23:57:18 +00:00
|
|
|
|
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
|
2010-07-23 23:57:18 +00:00
|
|
|
|
2010-04-25 00:33:38 +00:00
|
|
|
.clear
|