Skip to content

Commit

Permalink
Merge pull request #1914 from codebar/fix-broken-link-on-admin-member…
Browse files Browse the repository at this point in the history
…-page

Fix broken link url on admin member page
  • Loading branch information
matyikriszta authored Aug 29, 2023
2 parents e11c4cb + c891920 commit e9f0b94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
%i.fas.fa-circle.fa-stack-2x
%i.fas.fa-paper-plane.fa-stack-1x.fa-inverse
.col-9.col-md-11.details
%strong Sent eligibility inquiry email by #{link_to(action.issued_by.full_name, action.issued_by)}
%strong Sent eligibility inquiry email by #{link_to(action.issued_by.full_name, admin_member_path(action.issued_by))}
.date
= l(action.created_at, format: :website_format)

0 comments on commit e9f0b94

Please sign in to comment.