d7ad91e8a8
There are still some scss mixins that use the old (from bootstrap 2) image icons. Replacing them will have to be done in a separate patch. I also link to the css file, instead of scss, because django-pyscss has some problems finding the right file. This is reported and will have to be fixed upstream to unbundle bootstrap. Change-Id: I67e94a9283bcceef8fc89343f3f5b2d7e0d4449f Partial-implement: blueprint font-icons-replace
14 lines
363 B
HTML
14 lines
363 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>
|
|
<span class="caret"></span>
|