summaryrefslogtreecommitdiff
path: root/lib/generators/nifty/authentication/templates/views/haml/login.html.haml
diff options
context:
space:
mode:
authorStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-02-16 11:10:02 +0100
committerStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-02-16 11:10:02 +0100
commit5d8ce5f4775ac8bc5f523964e6e36f63ff3c4683 (patch)
tree49ed889b1d10cda98c475f3453abff1b97afb4e7 /lib/generators/nifty/authentication/templates/views/haml/login.html.haml
parentc9066760fd1f5f2f892ce2be5cf2a83bb5210246 (diff)
parent55784bcffc0678ce6102c0b81447434a8030ebd2 (diff)
Merge branch 'develop'5.1-beta5
Diffstat (limited to 'lib/generators/nifty/authentication/templates/views/haml/login.html.haml')
-rw-r--r--lib/generators/nifty/authentication/templates/views/haml/login.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/generators/nifty/authentication/templates/views/haml/login.html.haml b/lib/generators/nifty/authentication/templates/views/haml/login.html.haml
index 3aebb44..877d8f9 100644
--- a/lib/generators/nifty/authentication/templates/views/haml/login.html.haml
+++ b/lib/generators/nifty/authentication/templates/views/haml/login.html.haml
@@ -11,7 +11,7 @@
.field
= f.label :password
= f.password_field :password
- .actions
+ .form-actions
= f.submit "Log in"
<%- else -%>
- form_tag <%= session_plural_name %>_path do
@@ -21,6 +21,6 @@
.field
= label_tag :password
= password_field_tag :password
- .actions
+ .form-actions
= submit_tag "Log in"
<%- end -%>