939731183b
This patch updates the OpenStack logos across Horizon to the newer versions. It also uses SVG files instead of PNG, so that it scales better. Change-Id: Ief3661023332ed6777256d20a4dc865f6a51695f Closes-Bug: 1637490
7 lines
215 B
HTML
7 lines
215 B
HTML
{% load branding %}
|
|
{% load themes %}
|
|
|
|
<a class="navbar-brand" href="{% site_branding_link %}" target="_self">
|
|
<img class="openstack-logo" src="{% themable_asset 'img/logo.svg' %}" alt="{% site_branding %}">
|
|
</a>
|