Skip to content

Commit

Permalink
missing application_url variable
Browse files Browse the repository at this point in the history
  • Loading branch information
amtuannguyen committed Oct 17, 2024
1 parent dda6abf commit a6f683f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/mailers/student_mailer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ def invitation_email(student)
@date = Date.today.strftime('%b %e, %Y')
@date_short = Date.today.strftime('%m-%d-%Y')
@student = student

@application_url = root_url

@message_subject = AppSettings.email_welcome_subject
Expand All @@ -24,6 +23,7 @@ def status_change_email(student, thesis, old_status, new_status, additional_reci
@old_status = old_status
@new_status = new_status
@custom_message = custom_message
@application_url = root_url

@message_subject = AppSettings.email_status_change_subject

Expand Down

0 comments on commit a6f683f

Please sign in to comment.