Skip to content

Commit 13c99d5

Browse files
authored
Merge pull request #619 from TechnologyEnhancedLearning/Develop/Fixes/LH-TD-4726-Go-back-link-on-Manage-catalogue-screen
TD-4726: Issue showing blank screen when clicked the 'Go back' link o…
2 parents b76051d + 8cc79d8 commit 13c99d5

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

LearningHub.Nhs.WebUI/Scripts/vuesrc/catalogue/managecatalogue.vue

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,14 @@
1414
<div class="lh-padding-fluid">
1515
<div class="lh-container-xl">
1616
<div class="nhsuk-back-link">
17-
<router-link :to="'/Catalogue/' + reference" class="nhsuk-back-link__link" id="goBackLink"><svg class="nhsuk-icon nhsuk-icon__chevron-left"
18-
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true">
19-
<path d="M8.5 12c0-.3.1-.5.3-.7l5-5c.4-.4 1-.4 1.4 0s.4 1 0 1.4L10.9 12l4.3 4.3c.4.4.4 1 0 1.4s-1 .4-1.4 0l-5-5c-.2-.2-.3-.4-.3-.7z"></path>
20-
</svg> Go back</router-link>
17+
18+
<a :href="'/catalogue/' + reference" class="nhsuk-back-link__link" id="goBackLink">
19+
<svg class="nhsuk-icon nhsuk-icon__chevron-left"
20+
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true">
21+
<path d="M8.5 12c0-.3.1-.5.3-.7l5-5c.4-.4 1-.4 1.4 0s.4 1 0 1.4L10.9 12l4.3 4.3c.4.4.4 1 0 1.4s-1 .4-1.4 0l-5-5c-.2-.2-.3-.4-.3-.7z"></path>
22+
</svg>
23+
Go back
24+
</a>
2125
</div>
2226
<h1>Catalogue Management</h1>
2327
<div class="nhsuk-grid-row">

0 commit comments

Comments
 (0)