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