ui: Show help nav item text when navbar is collapsed

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
This commit is contained in:
Sunil Mohan Adapa 2019-01-15 16:30:52 -08:00 committed by Joseph Nuthalapati
parent dca149821b
commit d767e64703
No known key found for this signature in database
GPG Key ID: 5398F00A2FA43C35
2 changed files with 10 additions and 1 deletions

View File

@ -22,5 +22,8 @@
<li>
<a href="{% url 'help:index' %}" title="{% trans "Help" %}">
<span class="fa fa-question-circle nav-icon"></span>
<span class="nav-text hidden-sm hidden-md hidden-lg">
{% trans "Help" %}
</span>
</a>
</li>

View File

@ -144,6 +144,9 @@
<li>
<a href="{% url 'help:index' %}" title="{% trans "Help" %}">
<span class="fa fa-question-circle nav-icon"></span>
<span class="nav-text hidden-sm hidden-md hidden-lg">
{% trans "Help" %}
</span>
</a>
</li>
<li class="dropdown">
@ -195,7 +198,10 @@
<li>
<a href="{% url 'language-selection' %}?next={{ request.path|iriencode }}"
title="{% trans "Select language" %}">
<i class="fa fa-globe-w nav-icon"></i>
<span class="fa fa-globe-w nav-icon"></span>
<span class="nav-text hidden-sm hidden-md hidden-lg">
{% trans "Select language" %}
</span>
</a>
</li>
<li>