Skip to content

Commit

Permalink
Fix wrong image person reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin481 committed Aug 26, 2024
1 parent a8c6324 commit 0f1d3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/people/_profile.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
%turbo-frame{id: "#{dom_id @person}"}
%div.d-flex.flex-xl-row.flex-column
%div.col-xl-3.col-12
%img.rounded-circle{src: picture_person_path(Person.first, timestamp:Time.now.to_f), width: '141', height: '141'}
%img.rounded-circle{src: picture_person_path(@person, timestamp:Time.now.to_f), width: '141', height: '141'}
%div.mt-3
= edit_action_link
%div.pe-5.col-xl-3.col-12
Expand Down

0 comments on commit 0f1d3cc

Please sign in to comment.