summaryrefslogtreecommitdiff
path: root/lib/generators/nifty/authentication/templates/views/haml/_form.html.haml
diff options
context:
space:
mode:
authorMario "Kuroir" Ricalde <kuroir@gmail.com>2013-02-13 05:39:21 -0600
committerMario "Kuroir" Ricalde <kuroir@gmail.com>2013-02-13 05:39:21 -0600
commit791bf973b02b626f876b7e5819e2037dcff90f84 (patch)
tree5d349f2ddf3f50f423538a511ef5abf40bef1582 /lib/generators/nifty/authentication/templates/views/haml/_form.html.haml
parent7d507dcc1bbbf5244b8d75f40c7cb6bc15906b33 (diff)
Simple Form Fixes for Form Actions
Diffstat (limited to 'lib/generators/nifty/authentication/templates/views/haml/_form.html.haml')
-rw-r--r--lib/generators/nifty/authentication/templates/views/haml/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/generators/nifty/authentication/templates/views/haml/_form.html.haml b/lib/generators/nifty/authentication/templates/views/haml/_form.html.haml
index 992ee9c..e740959 100644
--- a/lib/generators/nifty/authentication/templates/views/haml/_form.html.haml
+++ b/lib/generators/nifty/authentication/templates/views/haml/_form.html.haml
@@ -12,5 +12,5 @@
.field
= f.label :password_confirmation, "Confirm Password"
= f.password_field :password_confirmation
- .actions
+ .form-actions
= f.submit (@<%= user_singular_name %>.new_record? ? "Sign up" : "Update")