mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 16:48:24 -04:00
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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user