diff --git a/views/browse.erb b/views/browse.erb
index 18735dfb..a08e2b80 100644
--- a/views/browse.erb
+++ b/views/browse.erb
@@ -1,20 +1,11 @@
-
- <% count = 0 %>
- <% @sites.each_with_index do |site,i| %>
- <% if count == 0 %>
-
+
+ <% @sites.each do |site| %>
+ -
+
+
+
+
<% end %>
- <% count += 1 %>
-
-
- DERPIE PIKACHU
-
-
- <% if count == 4 || @sites.length-1 == i %>
-
- <% count = 0 %>
- <% end %>
- <% end %>
-
+
\ No newline at end of file