add icons to headers

This commit is contained in:
bellwood 2016-07-14 12:22:44 -04:00 committed by GitHub
parent 377a765432
commit 67a7954e53

View File

@ -19,8 +19,10 @@
<div class="panel panel-default">
<div class="panel-heading">
{% if interface.pk %}
<span class="glyphicon glyphicon-pencil" aria-hidden="true"></span>
<strong>Editing {{ interface }}</strong>
{% else %}
<span class="glyphicon glyphicon-plus" aria-hidden="true"></span>
<strong>Add an Interface</strong>
{% endif %}
</div>