mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 07:46:23 -04:00
Merge pull request #2941 from alphagov/real-breadcrumb
Use proper icon for breadcrumb
This commit is contained in:
@@ -40,6 +40,16 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&-breadcrumb {
|
||||||
|
display: inline-block;
|
||||||
|
width: 6px;
|
||||||
|
height: 11px;
|
||||||
|
margin: 0 5px;
|
||||||
|
background-image: file-url("separator-2x.png");
|
||||||
|
background-size: 6px 11px;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
}
|
||||||
|
|
||||||
li {
|
li {
|
||||||
@include core-19;
|
@include core-19;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
<div class="navigation-service-name">
|
<div class="navigation-service-name">
|
||||||
{% if current_user.platform_admin %}
|
{% if current_user.platform_admin %}
|
||||||
<a href="{{ url_for('.organisations') }}">Organisations</a>
|
<a href="{{ url_for('.organisations') }}">Organisations</a>
|
||||||
>
|
<span class="navigation-breadcrumb"></span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{{ current_org.name }}
|
{{ current_org.name }}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user