Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ EditLearningPathwayDefaultsViewModel model
if (model.AutoRefresh)
{
// TODO in HEEDLS-442: Redirect to "Edit auto-refresh options" page
return RedirectToAction("Index", new { customisationId = model.CustomisationId });
}

var completeWithinMonthsInt =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@

</dl>

<a class="nhsuk-button nhsuk-u-margin-right-2" role="button" href="">
<a class="nhsuk-button nhsuk-u-margin-right-2" role="button" href="" aria-label="Edit course details">
Edit
</a>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</div>
</dl>

<a class="nhsuk-button nhsuk-u-margin-right-2" role="button" href="">
<a class="nhsuk-button nhsuk-u-margin-right-2" role="button" href="" aria-label="Edit course options">
Edit
</a>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@
<a class="nhsuk-button nhsuk-u-margin-right-2" role="button"
asp-controller="ManageCourse"
asp-action="EditLearningPathwayDefaults"
asp-route-customisationId="@Model.CustomisationId">
asp-route-customisationId="@Model.CustomisationId"
aria-label="Edit Learning Pathway defaults">
Edit
</a>

Expand Down