diff options
Diffstat (limited to 'app/views/gui_functions')
-rw-r--r-- | app/views/gui_functions/_form.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/gui_functions/_form.html.haml b/app/views/gui_functions/_form.html.haml index 0b2a201..b1b68f9 100644 --- a/app/views/gui_functions/_form.html.haml +++ b/app/views/gui_functions/_form.html.haml @@ -3,5 +3,5 @@ = render "form_core", :f => f - .actions - = f.button :submit, conditional_t('gui_functions.form.submit')
\ No newline at end of file + .form-actions + = f.button :submit, conditional_t('gui_functions.form.submit') |