summaryrefslogtreecommitdiff
path: root/lib/generators/nifty/authentication/templates/views/haml/_form.html.haml
diff options
context:
space:
mode:
authorspag <spag@golwen.net>2013-02-14 10:42:39 +0100
committerspag <spag@golwen.net>2013-02-14 10:42:39 +0100
commit41303b0a2a07b897f7373eebba25708da89085a1 (patch)
tree88e48da31bdd92d80af76c18d0df992f7d09f91b /lib/generators/nifty/authentication/templates/views/haml/_form.html.haml
parenta1aafe9eec98f91fd76d104964ad98fcafc94a80 (diff)
parenta9bf3a7e1fd802025824668e477a5ec14ce81d5a (diff)
Merge branch 'develop' of github.com:amooma/GS5 into develop
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")