Skip to content

Commit

Permalink
HWPV-182: Removing phase banner as no longer required (#632)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleygyngell committed May 1, 2024
1 parent 992accd commit 1e06228
Show file tree
Hide file tree
Showing 25 changed files with 1 addition and 43 deletions.
2 changes: 0 additions & 2 deletions app/views/advanced-search.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

<main id="content" role="main">

{% include "includes/phase_banner_beta.html" %}

{% import 'partials/navigation.html' as nav %}
{{nav.active('')}}

Expand Down
1 change: 0 additions & 1 deletion app/views/audit/audit.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
{% endblock %}
{% block content %}
<div class="govuk-width-container">
{% include "includes/phase_banner_beta.html" %}
<a href="#" id="backBtn" class="govuk-back-link">Back</a>
<main class="govuk-main-wrapper">
<div class="govuk-grid-row">
Expand Down
1 change: 0 additions & 1 deletion app/views/audit/check-claim.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
{% endblock %}
{% block content %}
<div class="govuk-width-container">
{% include "includes/phase_banner_beta.html" %}
<a href="#" id="backBtn" class="govuk-back-link">Back</a>
<main class="govuk-main-wrapper">
<div class="govuk-grid-row">
Expand Down
1 change: 0 additions & 1 deletion app/views/audit/create-report-date.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
{% endblock %}
{% block content %}
<div class="govuk-width-container">
{% include "includes/phase_banner_beta.html" %}
<a href="#" id="backBtn" class="govuk-back-link">Back</a>
<main class="govuk-main-wrapper">
<div class="govuk-grid-row">
Expand Down
1 change: 0 additions & 1 deletion app/views/audit/create-report-percent.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
{% endblock %}
{% block content %}
<div class="govuk-width-container">
{% include "includes/phase_banner_beta.html" %}
<a href="#" id="backBtn" class="govuk-back-link">Back</a>
<main class="govuk-main-wrapper">
<div class="govuk-grid-row">
Expand Down
1 change: 0 additions & 1 deletion app/views/audit/create-report.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
{% endblock %}
{% block content %}
<div class="govuk-width-container">
{% include "includes/phase_banner_beta.html" %}
<a href="#" id="backBtn" class="govuk-back-link">Back</a>
<main class="govuk-main-wrapper">
<div class="govuk-grid-row">
Expand Down
1 change: 0 additions & 1 deletion app/views/audit/delete-report-confirmation.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
{% endblock %}
{% block content %}
<main id="content" role="main">
{% include "includes/phase_banner_beta.html" %}
<a href="#" id="backBtn" class="govuk-back-link">Back</a>
<h1 class="govuk-heading-xl">Do you want to delete this audit report?</h1>
{% include "includes/validation-error-messages.html" %}
Expand Down
1 change: 0 additions & 1 deletion app/views/audit/print-report.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
{% endblock %}
{% block content %}
<div class="govuk-width-container">
{% include "includes/phase_banner_beta.html" %}
<a href="#" id="backBtn" class="govuk-back-link">Back</a>
<main class="govuk-main-wrapper">
<input type="submit" id="print" value="Print"/>
Expand Down
1 change: 0 additions & 1 deletion app/views/audit/report-created.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
{% endblock %}
{% block content %}
<main id="content" role="main">
{% include "includes/phase_banner_beta.html" %}
<a href="#" id="backBtn" class="govuk-back-link">Back</a>
<div class="govuk-width-container">
<main class="govuk-main-wrapper govuk-main-wrapper--l" id="main-content" role="main">
Expand Down
1 change: 0 additions & 1 deletion app/views/audit/report-deleted.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
{% endblock %}
{% block content %}
<main id="content" role="main">
{% include "includes/phase_banner_beta.html" %}
<a href="#" id="backBtn" class="govuk-back-link">Back</a>
<div class="govuk-width-container">
<main class="govuk-main-wrapper govuk-main-wrapper--l" id="main-content" role="main">
Expand Down
1 change: 0 additions & 1 deletion app/views/audit/report-saved.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
{% endblock %}
{% block content %}
<main id="content" role="main">
{% include "includes/phase_banner_beta.html" %}
<a href="#" id="backBtn" class="govuk-back-link">Back</a>
<h1 class="govuk-heading-xl">Audit report saved</h1>
</br>
Expand Down
1 change: 0 additions & 1 deletion app/views/audit/view-report.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
{% endblock %}
{% block content %}
<div class="govuk-width-container">
{% include "includes/phase_banner_beta.html" %}
<a href="#" id="backBtn" class="govuk-back-link">Back</a>
<main class="govuk-main-wrapper">
<div class="govuk-grid-row">
Expand Down
2 changes: 1 addition & 1 deletion app/views/claim/file-upload.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
{% endblock %}

{% block content %}

<main id="content" role="main">
{% include "includes/phase_banner_beta.html" %}

{% import 'partials/navigation.html' as nav %}
{{nav.active('/')}}
Expand Down
2 changes: 0 additions & 2 deletions app/views/claim/update-contact-details.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

<main id="content" role="main">

{% include "includes/phase_banner_beta.html" %}

{% import 'partials/navigation.html' as nav %}
{{nav.active('/')}}

Expand Down
2 changes: 0 additions & 2 deletions app/views/claim/view-claim.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

<main id="content" role="main">

{% include "includes/phase_banner_beta.html" %}

{% import 'partials/navigation.html' as nav %}
{{nav.active('/')}}

Expand Down
2 changes: 0 additions & 2 deletions app/views/config.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

<main id="content" role="main">

{% include "includes/phase_banner_beta.html" %}

{% include "includes/validation-error-messages.html" %}

{% import 'partials/navigation.html' as nav %}
Expand Down
2 changes: 0 additions & 2 deletions app/views/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

<main id="content" role="main">

{% include "includes/phase_banner_beta.html" %}

{% import 'partials/navigation.html' as nav %}
{{nav.active('dashboard')}}

Expand Down
2 changes: 0 additions & 2 deletions app/views/download-payment-files.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

<main id="content" role="main">

{% include "includes/phase_banner_beta.html" %}

{% import 'partials/navigation.html' as nav %}
{{nav.active('')}}

Expand Down
2 changes: 0 additions & 2 deletions app/views/includes/error-401.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

<main id="content" role="main">

{% include "includes/phase_banner_beta.html" %}

<div class="grid-row">
<div class="column-two-thirds">

Expand Down
2 changes: 0 additions & 2 deletions app/views/includes/error-403.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

<main id="content" role="main">

{% include "includes/phase_banner_beta.html" %}

<div class="grid-row">
<div class="column-two-thirds">

Expand Down
2 changes: 0 additions & 2 deletions app/views/includes/error-404.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

<main id="content" role="main">

{% include "includes/phase_banner_beta.html" %}

<div class="grid-row">
<div class="column-two-thirds">

Expand Down
2 changes: 0 additions & 2 deletions app/views/includes/error.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

<main id="content" role="main">

{% include "includes/phase_banner_beta.html" %}

<div class="grid-row">
<div class="column-two-thirds">

Expand Down
6 changes: 0 additions & 6 deletions app/views/includes/phase_banner_beta.html

This file was deleted.

3 changes: 0 additions & 3 deletions app/views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@

<main id="content" role="main">

{% include "includes/phase_banner_beta.html" %}


{% import 'partials/navigation.html' as nav %}
{{nav.active('/')}}

Expand Down
2 changes: 0 additions & 2 deletions app/views/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

<main id="content" role="main">

{% include "includes/phase_banner_beta.html" %}

{% import 'partials/navigation.html' as nav %}
{{nav.active('')}}

Expand Down

0 comments on commit 1e06228

Please sign in to comment.