Add a link to help page from the trial mode banner

This commit is contained in:
Chris Hill-Scott
2016-03-17 14:56:52 +00:00
parent 774ac17ee9
commit 3945889e4e
3 changed files with 15 additions and 4 deletions

View File

@@ -112,7 +112,7 @@
margin-top: $gutter; margin-top: $gutter;
.heading-medium { .heading-medium {
margin-top: 0; margin: 0 0 10px 0;
} }
a { a {
@@ -129,4 +129,14 @@
} }
.big-number {
margin-top: 10px;
&-label {
padding-bottom: 0;
}
}
} }

View File

@@ -3,12 +3,13 @@
{% call banner_wrapper(type="mode") %} {% call banner_wrapper(type="mode") %}
<h2 class="heading-medium">Trial mode</h2>
<div class="grid-row"> <div class="grid-row">
<div class="column-one-half"> <div class="column-one-half">
<h2 class="heading-medium">Trial mode</h2>
<p> <p>
Well only deliver messages to you and members of your team Well only deliver messages to you and members of your team
<br>
<a href="{{ url_for(".help", _anchor="trial-mode") }}">Find out more</a>
</p> </p>
</div> </div>
<div class="column-one-sixth"> <div class="column-one-sixth">

View File

@@ -10,7 +10,7 @@
<div class="column-two-thirds"> <div class="column-two-thirds">
<h1 class="heading-xlarge">Help</h1> <h1 class="heading-xlarge">Help</h1>
<h2 class="heading-large">Trial mode</h2> <h2 class="heading-large" id="trial-mode">Trial mode</h2>
<p> <p>
When you create a service on GOV.UK&nbsp;Notify, you start off in trial When you create a service on GOV.UK&nbsp;Notify, you start off in trial