Skip to content

Commit

Permalink
fix instagram_likes block
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesChevalier committed Jul 5, 2013
1 parent 33bdb82 commit 6fa0dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/instagram/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<h3>Recent Likes</h3>
<p style="text-align:center;">
<% @instagram_likes.data.each do |ig| %>
<% @instagram_likes.each do |ig| %>
<a href="<%= ig.images.standard_resolution.url %>" rel="lightbox" title="<%= ig.caption? ? "#{ig.caption.text}" : "" %>"><img src="<%= ig.images.thumbnail.url %>" border="0" title="<%= ig.caption? ? "#{ig.caption.text}" : "" %>" /></a>
<% end %>
</p>
Expand Down

0 comments on commit 6fa0dee

Please sign in to comment.