add icons to headers

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

View File

@ -18,7 +18,7 @@
{% endif %}
<div class="panel panel-default">
<div class="panel-heading">
<strong>{% if module %}Editing {{ module.device }} {{ module }}{% else %}Add a Module to {{ device }}{% endif %}</strong>
<strong>{% if module %}<span class="glyphicon glyphicon-pencil" aria-hidden="true"></span> Editing {{ module.device }} {{ module }}{% else %}<span class="glyphicon glyphicon-plus" aria-hidden="true"></span> Add a Module to {{ device }}{% endif %}</strong>
</div>
<div class="panel-body">
<div class="form-group">