Skip to content

Commit

Permalink
[MINT-1905] Update link in suggested phase email (#1303)
Browse files Browse the repository at this point in the history
Update link in suggested phase email to point to status page instead of task list page
  • Loading branch information
ClayBenson94 authored Aug 20, 2024
1 parent d30781b commit f7e1459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/email/templates/model_plan_suggested_phase_body.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
{{end}}
<br />
<br />
<a href="{{.ClientAddress}}/models/{{.ModelPlanID}}/task-list?model-status={{index .SuggestedStatusesRaw 0}}">Yes, update my model’s status</a>
<a href="{{.ClientAddress}}/models/{{.ModelPlanID}}/status?model-status={{index .SuggestedStatusesRaw 0}}">Yes, update my model’s status</a>
<br/>
<br/>
<p>If you’re not ready to update your model’s status, please <a href="{{.ClientAddress}}/models/{{.ModelPlanID}}/task-list/basics/milestones">adjust your model’s anticipated timeline</a>. If you adjust your timeline, you may receive this notification again.</p>
Expand Down

0 comments on commit f7e1459

Please sign in to comment.