Skip to content

Commit

Permalink
Changed glyphicon for Policies view
Browse files Browse the repository at this point in the history
  • Loading branch information
strongX509 committed Sep 9, 2017
1 parent 6323560 commit 20916d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/front/templates/front/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<li class="nav-header">{% trans 'Configuration' %}</li>

<li><a href="{% url 'devices:group_list' %}"><i class="glyphicon glyphicon-user"></i> {% trans 'Groups' %} </a></li>
<li><a href="{% url 'policies:policy_list' %}"><i class="glyphicon glyphicon-warning-sign"></i> {% trans 'Policies' %}</a></li>
<li><a href="{% url 'policies:policy_list' %}"><i class="glyphicon glyphicon-book"></i> {% trans 'Policies' %}</a></li>
<li><a href="{% url 'policies:enforcement_list' %}"><i class="glyphicon glyphicon-list-alt"></i> {% trans 'Enforcements' %}</a></li>
<li><a href="{% url 'devices:device_list' %}"><i class="glyphicon glyphicon-phone"></i> {% trans 'Devices' %}</a></li>

Expand Down

0 comments on commit 20916d4

Please sign in to comment.