File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed
Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 66
77{% set currentSection = "vaccines" %}
88
9+ {% block beforeContent %}
10+ {{ backLink({ href: "/vaccines/" + vaccine.id, text: "Back" }) }}
11+ {% endblock %}
12+
913{% block content %}
1014 < div class ="nhsuk-grid-row ">
1115 < div class ="nhsuk-grid-column-two-thirds ">
1216
13- {{ backLink({ href: "/vaccines/" + vaccine.id, text: "Back" }) }}
14-
1517 < h1 class ="nhsuks-heading-l "> Deplete batch</ h1 >
1618
1719 {{ summaryList({
Original file line number Diff line number Diff line change 66
77{% set currentSection = "vaccines" %}
88
9+ {% block beforeContent %}
10+ {{ backLink({ href: "/vaccines/" + vaccine.id, text: "Back" }) }}
11+ {% endblock %}
12+
913{% block content %}
1014 < div class ="nhsuk-grid-row ">
1115 < div class ="nhsuk-grid-column-two-thirds ">
1216
13- {{ backLink({ href: "/vaccines/" + vaccine.id, text: "Back" }) }}
14-
1517 < h1 class ="nhsuks-heading-xl "> Edit batch</ h1 >
1618
1719 < form action ="/vaccines/{{ vaccine.id }}/{{ batch.batchNumber }}/update " method ="post " novalidate ="true ">
Original file line number Diff line number Diff line change 66
77{% set currentSection = "vaccines" %}
88
9+ {% block beforeContent %}
10+ {{ backLink({ href: "/vaccines/" + vaccine.id, text: "Back" }) }}
11+ {% endblock %}
12+
913{% block content %}
1014 < div class ="nhsuk-grid-row ">
1115 < div class ="nhsuk-grid-column-two-thirds ">
1216
13- {{ backLink({ href: "/vaccines/" + vaccine.id, text: "Back" }) }}
14-
1517 < h1 class ="nhsuks-heading-l "> Reactivate batch {{ batch.batchNumber }}</ h1 >
1618
1719 < p > This batch will become ‘active’ immediately.</ p >
You can’t perform that action at this time.
0 commit comments