This commit is contained in:
Scott O'Hara 2013-07-13 21:41:03 -04:00
commit 565f0e19fa

View file

@ -1,4 +1,4 @@
<div class="content"> <div class="content single-Col">
<% count = 0 %> <% count = 0 %>
<% @sites.each_with_index do |site,i| %> <% @sites.each_with_index do |site,i| %>
@ -11,7 +11,7 @@
DERPIE PIKACHU DERPIE PIKACHU
</div> </div>
<% if count == 4 || @sites.length == i %> <% if count == 4 || @sites.length-1 == i %>
</div> </div>
<% count = 0 %> <% count = 0 %>
<% end %> <% end %>