diff options
Diffstat (limited to 'app/views/phone_numbers/_form.html.haml')
-rw-r--r-- | app/views/phone_numbers/_form.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/phone_numbers/_form.html.haml b/app/views/phone_numbers/_form.html.haml index 2812e21..8ef1e90 100644 --- a/app/views/phone_numbers/_form.html.haml +++ b/app/views/phone_numbers/_form.html.haml @@ -3,5 +3,5 @@ = render "form_core", :f => f - .actions + .form-actions = f.button :submit, conditional_t('phone_numbers.form.submit') |