mirror of
https://github.com/ansible/awx.git
synced 2026-03-22 03:17:39 -02:30
fix for api logo name
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
<span class="icon-bar"></span>
|
<span class="icon-bar"></span>
|
||||||
</button>
|
</button>
|
||||||
<a class="navbar-brand" href="{% url 'api:api_root_view' %}">
|
<a class="navbar-brand" href="{% url 'api:api_root_view' %}">
|
||||||
<img class="logo" src="{% static 'assets/tower-logo-header.svg' %}">
|
<img class="logo" src="{% static 'assets/logo-header.svg' %}">
|
||||||
<span>{% trans 'REST API' %}</span>
|
<span>{% trans 'REST API' %}</span>
|
||||||
</a>
|
</a>
|
||||||
<a class="navbar-title" href="{{ request.get_full_path }}">
|
<a class="navbar-title" href="{{ request.get_full_path }}">
|
||||||
|
|||||||
Reference in New Issue
Block a user