app/views/contour/authentications/index.html.erb in contour-0.3.1 vs app/views/contour/authentications/index.html.erb in contour-0.3.2
- old
+ new
@@ -7,10 +7,10 @@
<% unless @authentications.empty? %>
<p><strong>You can sign in to this account using:</strong></p>
<div class="authentications">
<% for authentication in @authentications %>
<div class="authentication">
- <%= image_tag "authbuttons/#{authentication.provider}_32.png", :size => "32x32" %>
+ <%= image_tag "contour/#{authentication.provider}_32.png", :size => "32x32" %>
<div class="provider"><%= authentication.provider.titleize %></div>
<div class="uid"><%= authentication.uid %></div>
<%= link_to "X", authentication, :confirm => 'Are you sure you want to remove this authentication option?', :method => :delete, :class => "remove" %>
</div>
<% end %>
\ No newline at end of file