X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2fad5f7c92055755e0a662ed22943b7d3f92e909..d320673cc7bc8d5e79cea3c5ea5f9005129a63e6:/app/views/user/login.rhtml diff --git a/app/views/user/login.rhtml b/app/views/user/login.rhtml index ff71fb8cb..215385c36 100644 --- a/app/views/user/login.rhtml +++ b/app/views/user/login.rhtml @@ -1,14 +1,13 @@ -

Login:


-Please login or <%= link_to 'create an account', :controller => 'user', :action => 'new' %>.
+

Login:


+Please login or <%= link_to 'create an account', :controller => 'user', :action => 'new' %>.
- -<%= start_form_tag :action => 'login' %> +<% form_tag :action => 'login' do %> +<%= hidden_field_tag('referer', params[:referer]) %> - - + +
Login name<%= text_field('user', 'display_name',{:size => 50, :maxlength => 255}) %>
password:<%= password_field('user', 'password',{:size => 50, :maxlength => 255}) %>
Email Address:<%= text_field('user', 'email',{:size => 50, :maxlength => 255}) %>
Password:<%= password_field('user', 'password',{:size => 50, :maxlength => 255}) %>
-
- - -<%= end_form_tag %> (<%= link_to 'Forgotten your password?', :controller => 'user', :action => 'lost_password' %>) +
+<%= submit_tag 'Login' %> +<% end %> (<%= link_to 'Lost your password?', :controller => 'user', :action => 'lost_password' %>)