Skip to content

Commit e006160

Browse files
committed
update interpolation argument to pass link
update student invite page to pass link for updating dietary restrictions rather than email address. follow up to 17f5020 (had previously made this change for coach invites but not students).
1 parent 18652fa commit e006160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/invitation/_student.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
%p= t('workshop.virtual.invitation.shared_intro_3_html', email_link: mail_to(@workshop.chapter.email, @workshop.chapter.email))
55
- else
66
%p= t('workshop.invitation.student_intro_3_html')
7-
%p= t('workshop.invitation.shared_intro_4_html', email_link: mail_to(@workshop.chapter.email, @workshop.chapter.email).html_safe)
7+
%p= t('workshop.invitation.shared_intro_4_html', update_your_details_link: link_to(t('members.update_your_details_lower'), edit_member_path).html_safe)

0 commit comments

Comments
 (0)