5b3af1f0d5
Horizon's top nav now uses <nav> and correcly implements the Bootstrap HTML standards to make a responsive experience. Partially-Implements: blueprint horizon-theme-css-reorg Partially-Implements: blueprint bootstrap-html-standards Change-Id: I73c5529ae477a17f10a17946ac7120969578a0ba
13 lines
313 B
HTML
13 lines
313 B
HTML
<span class="fa fa-list-alt"></span>
|
|
<span class="context-overview">
|
|
{% if domain_supported %}
|
|
<span>{{ domain_name }}</span>
|
|
<strong>·</strong>
|
|
{% endif %}
|
|
<span>{{ project_name }}</span>
|
|
{% if multi_region %}
|
|
<strong>·</strong>
|
|
<span>{{ region_name }}</span>
|
|
{% endif %}
|
|
</span>
|