Merge "Get back the help link in admin menu."

This commit is contained in:
Zuul 2019-01-23 15:51:50 +00:00 committed by Gerrit Code Review
commit 0a69ee9bdd
1 changed files with 8 additions and 0 deletions

View File

@ -18,6 +18,14 @@
{% trans "Settings" %}
</a>
</li>
{% if HORIZON_CONFIG.help_url %}
<li>
<a href="{{ HORIZON_CONFIG.help_url }}" target="_blank">
<span class="fa fa-question-circle"></span>
{% trans "Help" %}
</a>
</li>
{% endif %}
<li>
<a href="{% url 'horizon:project:api_access:openrc' %}">
<span class="fa fa-download"></span>