diff --git a/views/browse.erb b/views/browse.erb index 2f13f017..e6fc7611 100644 --- a/views/browse.erb +++ b/views/browse.erb @@ -1,28 +1,9 @@
-
-
- DERPIE PIKACHU -
-
- DERPIE PIKACHU -
-
- DERPIE PIKACHU -
-
- DERPIE PIKACHU -
-
- - Put browse code here - - - <% count = 0 %> <% @sites.each_with_index do |site,i| %> <% if count == 0 %> -
+
<% end %> <% count += 1 %> @@ -30,7 +11,7 @@ DERPIE PIKACHU
- <% if count == 4 %> + <% if count == 4 || @sites.length == i %>
<% count = 0 %> <% end %>