Skip to content

Commit d2dfb23

Browse files
authored
Merge pull request #1732 from companieshouse/origin/feature/roecct-646-remove-the-beta-banner-from-all-roe-services
ROECCT- 646 Remove Beta banner from all ROE services
2 parents 3df864f + c7929be commit d2dfb23

File tree

4 files changed

+0
-22
lines changed

4 files changed

+0
-22
lines changed

views/includes/phase_banner.html

Lines changed: 0 additions & 6 deletions
This file was deleted.

views/includes/update_phase_banner.html

Lines changed: 0 additions & 12 deletions
This file was deleted.

views/layout.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
{% from "govuk/components/checkboxes/macro.njk" import govukCheckboxes %}
66
{% from "govuk/components/details/macro.njk" import govukDetails %}
77
{% from "govuk/components/error-summary/macro.njk" import govukErrorSummary %}
8-
{% from "govuk/components/phase-banner/macro.njk" import govukPhaseBanner %}
98
{% from "govuk/components/table/macro.njk" import govukTable %}
109
{% from "govuk/components/textarea/macro.njk" import govukTextarea %}
1110
{% from "govuk/components/summary-list/macro.njk" import govukSummaryList %}
@@ -45,7 +44,6 @@
4544
{% endblock %}
4645

4746
{% block beforeContent %}
48-
{% include "includes/phase_banner.html" %}
4947
<div style="margin-bottom: 25px; border-bottom: 1px solid #b1b4b6;">
5048
{% block backLink %}
5149
{% endblock %}

views/update/update-layout.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
{% from "govuk/components/checkboxes/macro.njk" import govukCheckboxes %}
66
{% from "govuk/components/details/macro.njk" import govukDetails %}
77
{% from "govuk/components/error-summary/macro.njk" import govukErrorSummary %}
8-
{% from "govuk/components/phase-banner/macro.njk" import govukPhaseBanner %}
98
{% from "govuk/components/table/macro.njk" import govukTable %}
109
{% from "govuk/components/textarea/macro.njk" import govukTextarea %}
1110
{% from "govuk/components/summary-list/macro.njk" import govukSummaryList %}
@@ -45,7 +44,6 @@
4544
{% endblock %}
4645

4746
{% block beforeContent %}
48-
{% include "includes/update_phase_banner.html" %}
4947
<div class="govuk-navigation">
5048
{% block backLink %}
5149
{% endblock %}

0 commit comments

Comments
 (0)