Skip to content

Commit

Permalink
fixed wrongly-generated links to authors page from edit_metadata page
Browse files Browse the repository at this point in the history
  • Loading branch information
damisul authored and abartov committed Aug 19, 2024
1 parent f507a21 commit 62a991c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/manifestation/_involved_authorities.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%ul
- involved_authorities.each do |ia|
%li{ id: "ia#{ia.id}" }
= link_to ia.authority.name, authors_show_path(ia.authority)
= link_to ia.authority.name, authors_show_path(id: ia.authority)
(#{textify_authority_role(ia.role)})
- if edit
= link_to t(:destroy), involved_authority_path(ia),
Expand Down

0 comments on commit 62a991c

Please sign in to comment.