Skip to content

Commit

Permalink
Fixes broken link url on admin member page
Browse files Browse the repository at this point in the history
  • Loading branch information
matyikriszta committed Aug 25, 2023
1 parent 57c86bf commit 9b866ce
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 9b866ce

Please sign in to comment.