mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-13 10:30:16 +00:00
base template: added titles to the main menu
This commit is contained in:
parent
c318ecd580
commit
5591047df3
@ -81,7 +81,7 @@
|
|||||||
<span class="icon-bar"></span>
|
<span class="icon-bar"></span>
|
||||||
<span class="icon-bar"></span>
|
<span class="icon-bar"></span>
|
||||||
</button>
|
</button>
|
||||||
<a href="{% url 'index' %}" class="navbar-brand">
|
<a href="{% url 'index' %}" class="navbar-brand" title="Applications">
|
||||||
<img src="{% static 'theme/img/freedombox-logo-32px.png' %}"
|
<img src="{% static 'theme/img/freedombox-logo-32px.png' %}"
|
||||||
alt="FreedomBox" />
|
alt="FreedomBox" />
|
||||||
FreedomBox
|
FreedomBox
|
||||||
@ -91,14 +91,14 @@
|
|||||||
{% block add_nav_and_login %}
|
{% block add_nav_and_login %}
|
||||||
<ul class="nav navbar-nav navbar-right">
|
<ul class="nav navbar-nav navbar-right">
|
||||||
<li>
|
<li>
|
||||||
<a href="{% url 'help:index' %}">
|
<a href="{% url 'help:index' %}" title="Help">
|
||||||
<span class="glyphicon-question-sign glyphicon nav-icon"></span>
|
<span class="glyphicon-question-sign glyphicon nav-icon"></span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
{% if user.is_authenticated %}
|
{% if user.is_authenticated %}
|
||||||
<li>
|
<li>
|
||||||
<a href="{% url 'system:index' %}">
|
<a href="{% url 'system:index' %}" title="Configuration">
|
||||||
<span class="glyphicon-cog glyphicon nav-icon"></span>
|
<span class="glyphicon-cog glyphicon nav-icon"></span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user