We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4782984 commit 2095250Copy full SHA for 2095250
lib/cadet/email.ex
@@ -20,6 +20,7 @@ defmodule Cadet.Email do
20
)
21
22
end)
23
+
24
base_email()
25
|> to(avenger.email)
26
|> assign(:avenger_name, avenger.name)
@@ -56,8 +57,8 @@ defmodule Cadet.Email do
56
57
|> put_html_layout({CadetWeb.LayoutView, "email.html"})
58
end
59
- # TODO update this to use frontend url
60
- defp build_submission_url(course_id, submission_id) do
61
- "https://sourceacademy.org/courses/#{course_id}/grading/#{submission_id}"
62
- end
+ # TODO update this to use frontend url
+ defp build_submission_url(course_id, submission_id) do
+ "https://sourceacademy.org/courses/#{course_id}/grading/#{submission_id}"
63
+ end
64
0 commit comments