]> git.openstreetmap.org Git - rails.git/commitdiff
Replaced the Google and Yahoo logos with nicer ones
authorKai Krueger <kai@aiputerlx.(none)>
Tue, 27 Apr 2010 21:06:10 +0000 (22:06 +0100)
committerKai Krueger <kai@aiputerlx.(none)>
Tue, 27 Apr 2010 21:06:10 +0000 (22:06 +0100)
app/views/user/login.html.erb
public/images/google.gif [deleted file]
public/images/google.png [new file with mode: 0644]
public/images/yahoo.gif [deleted file]
public/images/yahoo.png [new file with mode: 0644]

index c8cbdbaf28caeff1354ae3bf3bf1c5f29139de53..b93fe892abd5bb4fa4557a6ffe3bce466ba6e9d8 100644 (file)
@@ -64,10 +64,10 @@ function openid_signin(provider)
                 <%= image_tag "openid_logo.png", :alt => t('user.login.openid_providers.openid.title') %>
             </a>
             <a href="javascript: openid_signin('yahoo');" title="<%= h(t 'user.login.openid_providers.yahoo.title') %>">
-                <%= image_tag "yahoo.gif", :alt => t('user.login.openid_providers.yahoo.alt') %>
+                <%= image_tag "yahoo.png", :alt => t('user.login.openid_providers.yahoo.alt') %>
             </a>
             <a href="javascript: openid_signin('google');" title="<%= h(t 'user.login.openid_providers.google.title') %>">
-                <%= image_tag "google.gif", :alt => t('user.login.openid_providers.google.alt') %>
+                <%= image_tag "google.png", :alt => t('user.login.openid_providers.google.alt') %>
             </a><b>
             <a href="javascript: openid_signin('myopenid');" title="<%= h(t 'user.login.openid_providers.myopenid.title') %>">
                 <%= image_tag "myopenid.png", :alt => t('user.login.openid_providers.myopenid.alt') %>
diff --git a/public/images/google.gif b/public/images/google.gif
deleted file mode 100644 (file)
index ed6ba10..0000000
Binary files a/public/images/google.gif and /dev/null differ
diff --git a/public/images/google.png b/public/images/google.png
new file mode 100644 (file)
index 0000000..c09460d
Binary files /dev/null and b/public/images/google.png differ
diff --git a/public/images/yahoo.gif b/public/images/yahoo.gif
deleted file mode 100644 (file)
index 078f309..0000000
Binary files a/public/images/yahoo.gif and /dev/null differ
diff --git a/public/images/yahoo.png b/public/images/yahoo.png
new file mode 100644 (file)
index 0000000..f6caa15
Binary files /dev/null and b/public/images/yahoo.png differ