Skip to content

Commit

Permalink
refactor: Change variables to follow new format
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielCWT committed Feb 25, 2024
1 parent f37155a commit 4782984
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p> Dear <%= @avenger_name %>,</p>

<p> There is a new submission by <%= @student_name %> for <a href="<%= @submission_url %>"><%= @assessment_title %></a>. Please Review and grade the submission.</p>
<p> There is a new submission by <%= @student_name %> for <a href="<%= @submission.submission_url %>"><%= @submission.assessment.title %></a>. Please Review and grade the submission.</p>

<a href="/">Unsubscribe</a> from this email topic.

0 comments on commit 4782984

Please sign in to comment.