Skip to content

Commit

Permalink
Moved Beta Banner
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin-Belton-gov committed Nov 20, 2023
1 parent 179570d commit 6f43973
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 17 deletions.
16 changes: 16 additions & 0 deletions Childrens-Social-Care-CPD/Views/Shared/_BetaBanner.cshtml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<div class="dfe-width-container">
<div class="govuk-grid-row">
<div class="govuk-grid-column-full">
<div class="govuk-phase-banner">
<p class="govuk-phase-banner__content">
<strong class="govuk-tag govuk-phase-banner__content__tag">
BETA
</strong>
<span class="govuk-phase-banner__text">
This is a new service – your <a class="govuk-link" href="https://dferesearch.fra1.qualtrics.com/jfe/form/SV_bmcLDedq5wipeTA">feedback</a> will help us to improve it
</span>
</p>
</div>
</div>
</div>
</div>
17 changes: 0 additions & 17 deletions Childrens-Social-Care-CPD/Views/Shared/_Header.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -68,20 +68,3 @@
</nav>
</header>

<div class="dfe-width-container">
<div class="govuk-grid-row">
<div class="govuk-grid-column-full">
<div class="govuk-phase-banner">
<p class="govuk-phase-banner__content">
<strong class="govuk-tag govuk-phase-banner__content__tag">
BETA
</strong>
<span class="govuk-phase-banner__text">
This is a new service – your <a class="govuk-link" href="https://dferesearch.fra1.qualtrics.com/jfe/form/SV_bmcLDedq5wipeTA">feedback</a> will help us to improve it
</span>
</p>
</div>

</div>
</div>
</div>
2 changes: 2 additions & 0 deletions Childrens-Social-Care-CPD/Views/Shared/_SiteLayout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@
@await RenderSectionAsync("Head", required: false)

<link rel="shortcut icon" sizes="16x16 32x32 48x48" href="~/assets/images/favicon.ico" type="image/x-icon">

</head>
<body class="govuk-template__body">
<partial name="_CookiesAndAnalyticsConsent" />
<a href="#main-content" class="govuk-skip-link" data-module="govuk-skip-link">Skip to main content</a>
<partial name="_Header" />
<partial name="_BetaBanner" />
<partial name="_BackLink" model="@ViewBag.ContextModel?.BackLink" />

<main class="govuk-main-wrapper govuk-main-wrapper--auto-spacing govuk-!-padding-top-6" id="main-content" role="main">
Expand Down

0 comments on commit 6f43973

Please sign in to comment.