Skip to content

Commit

Permalink
artists page
Browse files Browse the repository at this point in the history
  • Loading branch information
michelson committed Oct 17, 2023
1 parent f6b4218 commit f6176de
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/views/home/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,7 @@
<% end %>

<div class="mt-6 space-x-2 lg:space-y-0 grid-cols-3 grid lg:grid-cols-6 lg:gap-x-6 lg:gap-y-6">
<% @artists.each do |user| %>
<%= render partial: "users/row", collection: @artists, as: :user %>
<% end %>
<%= render partial: "users/row", collection: @artists, as: :user %>
</div>
</div>
</div>
Expand Down

0 comments on commit f6176de

Please sign in to comment.