resolved #20, modified layout on 'suivi:details'

This commit is contained in:
artus40
2016-12-29 15:20:16 +01:00
parent 5884125015
commit 7cc362668e
3 changed files with 14 additions and 4 deletions

View File

@@ -1,6 +1,10 @@
<tr>
<th class="bg-{{bg_color}}" >
<strong>{{header}}</strong> <small>{{small}}</small>
{% if link %}
<a href="{{link}}"><strong>{{header}}</strong></a>
{% else %}
<strong>{{header}}</strong>
{% endif %} <small>{{small}}</small>
<span class="pull-right">
{% for label in labels %}
<span class="label label-{{bg_label_color}}">{{label}}</span>