engine/app/views/admin/shared/_form_actions.html.haml

11 lines
270 B
Plaintext

.actions
.span-12
%p
= link_to escape_once('← ') + t('.back'), back_url
.span-12.last
%p
%button.button.light{ :type => 'submit' }
%span= button_label.is_a?(Symbol) ? t(".#{button_label}") : button_label
.clear