Skip to content

Commit

Permalink
Added new phase banner (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdholder authored and Lee Wadhams committed Nov 2, 2018
1 parent 18dfa4c commit 39ee012
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Employer/Employer.Web/Views/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,12 @@ public string GetTitle()
}

<main id="content" role="main">
<div class="phase-banner">
<p>
<strong class="phase-tag">BETA</strong>
<span>This is a new service – your <a href="https://www.surveymonkey.co.uk/r/NGLCBCJ" target="_blank">feedback</a> will help us to improve it.</span>
</p>
</div>
@RenderBody()
</main>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,12 @@ public string GetTitle()
</header>

<main id="content" role="main">
<div class="phase-banner">
<p>
<strong class="phase-tag">BETA</strong>
<span>This is a new service – your <a href="https://www.surveymonkey.co.uk/r/NGLCBCJ" target="_blank">feedback</a> will help us to improve it.</span>
</p>
</div>
@RenderBody()
</main>

Expand Down

0 comments on commit 39ee012

Please sign in to comment.