-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
2 changed files
with
5 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,9 +15,7 @@ | |
</head> | ||
<body> | ||
<div class="message container"> | ||
<div class="holder padded"> | ||
This site is under active development. Please <a href="mailto:[email protected],[email protected]?subject=YFF Feedback&body=Page title: {{ title | safe }}%0d%0aURL: {{ url }}%0d%0a%0d%0aYour feedback here">email us with your feedback</a>. | ||
</div> | ||
{% include 'partials/feedback.njk' %} | ||
</div> | ||
{% include 'partials/site-header.njk' %} | ||
<main id="main" role="main" class="container {{ main_class or '' }}"> | ||
|
@@ -26,10 +24,7 @@ | |
{% endblock %} | ||
</main> | ||
<div class="feedback"> | ||
<div class="holder padded"> | ||
<p>This is a prototype website and we'd <a href="mailto:[email protected],[email protected]?subject=YFF Feedback&body=Page title: {{ title | safe }}%0d%0aURL: {{ url }}%0d%0a%0d%0aYour feedback here">appreciate your feedback</a>.</p> | ||
</div> | ||
</div> | ||
{% include 'partials/feedback.njk' %} </div> | ||
{% include 'partials/site-footer.njk' %} | ||
|
||
<script> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<div class="holder padded"> | ||
Please <a href="mailto:[email protected],[email protected]?subject=YFF Feedback&body=Page title: {{ title | safe }}%0d%0aURL: {{ url }}%0d%0a%0d%0aYour feedback here">email us your feedback</a> on the data dashboard. | ||
</div> |