better integration of notes, templates clean up

This commit is contained in:
Arthur Gerbaud
2016-08-06 19:28:15 +02:00
parent b3ca132a73
commit aefeb2e349
12 changed files with 101 additions and 63 deletions

View File

@@ -3,7 +3,7 @@
<strong>{{header}}</strong> <small>{{small}}</small>
<span class="pull-right">
{% for label in labels %}
<span class="label label-info">{{label}}</span>
<span class="label label-{{bg_label_color}}">{{label}}</span>
{% endfor %}</span>
</th>
</tr>