X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/f0dccab3419f1b5e87bc51aa9c581fad90b3f0fb..5b2ab22e78e3abfaab7a4893f03151503f6e3e78:/app/views/user/login.html.erb diff --git a/app/views/user/login.html.erb b/app/views/user/login.html.erb index d1efa8b2b..051d270a4 100644 --- a/app/views/user/login.html.erb +++ b/app/views/user/login.html.erb @@ -1,4 +1,3 @@ -
<% content_for :heading do %>

<%= t 'user.login.heading' %>

@@ -24,9 +23,9 @@ <%= password_field_tag "password", "", :tabindex => 2 %>
-

+ <%= link_to t('user.login.lost password link'), :controller => 'user', :action => 'lost_password' %> -

+
@@ -37,7 +36,7 @@ <%= submit_tag t('user.login.login_button'), :tabindex => 4 %>
-
+

<%= t 'user.login.with openid' %>

@@ -45,7 +44,6 @@
  • <%= link_to image_tag("openid.png", :alt => t("user.login.openid_providers.openid.title")), "#", :id => "openid_open_url", :title => t("user.login.openid_providers.openid.title") %>
  • <%= openid_button "google", "gmail.com" %>
  • <%= openid_button "yahoo", "me.yahoo.com" %>
  • -
  • <%= openid_button "myopenid", "myopenid.com" %>
  • <%= openid_button "wordpress", "wordpress.com" %>
  • <%= openid_button "aol", "aol.com" %>
  • @@ -58,7 +56,7 @@
    <%= check_box_tag "remember_me_openid", "yes", false, :tabindex => 5 %> - +
    <%= submit_tag t('user.login.login_button'), :tabindex => 6, :id => "login_openid_submit" %> @@ -73,6 +71,11 @@