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