Move the breadcrumb inside the link

Putting the background image on the preceding breadcrumb item will allow
us to replace it with a pseudo element in a subsequent commit.
This commit is contained in:
Chris Hill-Scott
2019-06-21 14:12:19 +01:00
parent 27f1eeca0b
commit 96bd0a55b2
5 changed files with 21 additions and 25 deletions

View File

@@ -12,9 +12,7 @@
{% block fullwidth_content %}
<div id="content">
<div class="navigation-service">
<div class="navigation-service-name">
<a href="{{ url_for('.organisations') }}">All organisations</a>
</div>
<a href="{{ url_for('.organisations') }}" class="navigation-service-back-to">All organisations</a>
<a href="{{ url_for('main.choose_account') }}" class="navigation-service-switch">Switch service</a>
</div>