Replaced the Google and Yahoo logos with nicer ones
This commit is contained in:
parent
433464ecc2
commit
65bcddf7a1
5 changed files with 2 additions and 2 deletions
|
@ -64,10 +64,10 @@ function openid_signin(provider)
|
||||||
<%= image_tag "openid_logo.png", :alt => t('user.login.openid_providers.openid.title') %>
|
<%= image_tag "openid_logo.png", :alt => t('user.login.openid_providers.openid.title') %>
|
||||||
</a>
|
</a>
|
||||||
<a href="javascript: openid_signin('yahoo');" title="<%= h(t 'user.login.openid_providers.yahoo.title') %>">
|
<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>
|
||||||
<a href="javascript: openid_signin('google');" title="<%= h(t 'user.login.openid_providers.google.title') %>">
|
<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><b>
|
||||||
<a href="javascript: openid_signin('myopenid');" title="<%= h(t 'user.login.openid_providers.myopenid.title') %>">
|
<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') %>
|
<%= image_tag "myopenid.png", :alt => t('user.login.openid_providers.myopenid.alt') %>
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.9 KiB |
BIN
public/images/google.png
Normal file
BIN
public/images/google.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.1 KiB |
BIN
public/images/yahoo.png
Normal file
BIN
public/images/yahoo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2 KiB |
Loading…
Add table
Add a link
Reference in a new issue