X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c3b8897c44531788f06a51e24470e97a3abfb7b8..17f926fefb1329aaa41a64634d17d1dffd3ddba5:/app/views/user/login.html.erb diff --git a/app/views/user/login.html.erb b/app/views/user/login.html.erb index 699c977b0..a78916dcc 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' %>

@@ -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" %>
  • @@ -56,9 +54,9 @@ (<%= t 'user.account.openid.link text' %>)
    -
    +
    <%= 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 @@