Merge pull request #467 from alphagov/tour-footer-link

Put a link to the tour in the footer
This commit is contained in:
Chris Hill-Scott
2016-04-19 15:55:47 +01:00
11 changed files with 30 additions and 25 deletions

View File

@@ -91,8 +91,11 @@
</ul>
</div>
<div class="column-one-third">
<h2>Developers</h2>
<a href="{{ url_for('main.documentation') }}">API documentation</a>
<h2>Documentation</h2>
<ul>
<li><a href="{{ url_for('main.tour', page=1) }}">Take the tour</a></li>
<li><a href="{{ url_for('main.documentation') }}">API documentation</a></li>
</ul>
</div>
</div>
</div>

View File

@@ -17,7 +17,7 @@
<p>
We can remove these restrictions when youre ready.
</p>
<a href='{{ url_for('.tour', service_id=current_service.id, page=next_page) }}'>
<a href='{{ url_for('.tour', page=next_page) }}'>
Next
</a>
{% endcall %}

View File

@@ -29,7 +29,7 @@
>
</picture>
</p>
<a href='{{ url_for('.tour', service_id=current_service.id, page=next_page) }}'>
<a href='{{ url_for('.tour', page=next_page) }}'>
Next
</a>
{% endcall %}

View File

@@ -32,7 +32,7 @@
<p>
Developers, you can add data automatically using an API
</p>
<a href='{{ url_for('.tour', service_id=current_service.id, page=next_page) }}'>
<a href='{{ url_for('.tour', page=next_page) }}'>
Next
</a>
{% endcall %}

View File

@@ -14,7 +14,7 @@
<p>
Notify merges your data with the template and sends the messages
</p>
<a href="{{ url_for('.service_dashboard', service_id=current_service.id) }}">
<a href="{{ url_for('.show_all_services_or_dashboard') }}">
Next
</a>
<picture class="banner-tour-image-flush-bottom">