diff options
author | elijah <elijah@riseup.net> | 2013-06-17 01:27:55 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-07-04 04:00:47 -0700 |
commit | e58fd0550b4a29fac9d52dc8a78d04333ccc8c06 (patch) | |
tree | 6267b104a0578645aa3a2f6a88cf2211a47d3d0d /users/app/views/sessions/new.html.haml | |
parent | d00fe5bded29ad816bb70caa31414f86c69aaa53 (diff) |
new ui - initial user changes
Diffstat (limited to 'users/app/views/sessions/new.html.haml')
-rw-r--r-- | users/app/views/sessions/new.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/app/views/sessions/new.html.haml b/users/app/views/sessions/new.html.haml index 6743407..960919a 100644 --- a/users/app/views/sessions/new.html.haml +++ b/users/app/views/sessions/new.html.haml @@ -6,4 +6,4 @@ = f.input :login, :input_html => { :id => :srp_username } = f.input :password, :required => true, :input_html => { :id => :srp_password } = f.button :submit, :value => t(:login), :class => 'btn-primary' - = link_to t(:cancel), root_url, :class => :btn
\ No newline at end of file + = link_to t(:cancel), root_url, :class => :btn |