Skip to content

Commit

Permalink
Changes links in pair request email to be full URLs instead of relati…
Browse files Browse the repository at this point in the history
…ve paths.
  • Loading branch information
toomuchpete committed Apr 3, 2024
1 parent 61d586e commit ca2597f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/invitation_mailer/pair_request.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
- content_for :callout_box do
- if recipient_reg = @league.registration_for(@invite.recipient)
Click
=link_to "here", edit_registration_path(recipient_reg)
=link_to "here", edit_registration_url(recipient_reg)
to edit your registration for
=@league.name
- else
Click
=link_to "here", register_league_path(@league)
=link_to "here", register_league_url(@league)
to register for
=@league.name

0 comments on commit ca2597f

Please sign in to comment.