diff options
author | Mario "Kuroir" Ricalde <kuroir@gmail.com> | 2013-02-13 05:39:21 -0600 |
---|---|---|
committer | Mario "Kuroir" Ricalde <kuroir@gmail.com> | 2013-02-13 05:39:21 -0600 |
commit | 791bf973b02b626f876b7e5819e2037dcff90f84 (patch) | |
tree | 5d349f2ddf3f50f423538a511ef5abf40bef1582 /app/views/users/_form.html.haml | |
parent | 7d507dcc1bbbf5244b8d75f40c7cb6bc15906b33 (diff) |
Simple Form Fixes for Form Actions
Diffstat (limited to 'app/views/users/_form.html.haml')
-rw-r--r-- | app/views/users/_form.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/users/_form.html.haml b/app/views/users/_form.html.haml index 9a75677..90d0e02 100644 --- a/app/views/users/_form.html.haml +++ b/app/views/users/_form.html.haml @@ -4,7 +4,7 @@ = render "form_core", :f => f - .actions + .form-actions = f.button :submit, conditional_t('users.form.submit') - else = simple_form_for(@user) do |f| @@ -12,5 +12,5 @@ = render "form_core", :f => f - .actions + .form-actions = f.button :submit, conditional_t('users.form.submit') |