Skip to content

Commit

Permalink
about
Browse files Browse the repository at this point in the history
  • Loading branch information
michelson committed Apr 15, 2024
1 parent d62177e commit d37ddb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/users/about.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<% end %>

<div class="grid grid-cols-2 md:grid-cols-3 gap-4 my-6">
<% current_user.photos.each do |image| %>
<% @user.photos.each do |image| %>
<div>
<%= image_tag image.image.variant(resize_to_fill: [350, 250]) , class: "h-auto max-w-full rounded-lg" %>
</div>
Expand Down

0 comments on commit d37ddb5

Please sign in to comment.