try to fix lack of closing row div

This commit is contained in:
Kyle Drake 2013-07-13 21:33:47 -04:00
parent 53cb5ded6d
commit ee961ff6ec

View file

@ -11,7 +11,7 @@
DERPIE PIKACHU
</div>
<% if count == 4 || @sites.length == i %>
<% if count == 4 || @sites.length-1 == i %>
</div>
<% count = 0 %>
<% end %>