Commit c4c00a4e authored by Mickaël Desfrênes's avatar Mickaël Desfrênes
Browse files

more compact tasks table

parent 2e8415fa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -102,7 +102,7 @@
                        {% for value in row %}
                            <td>
                                {% if forloop.first %}
                                    <a href="{{ value }}" up-layer="new" up-size="large" up-history="false"><button type="button">details</button></a>
                                    <a href="{{ value }}" up-layer="new" up-size="large" up-history="false">détails</a>
                                {% else %}
                                    <pre style="margin:0;white-space:pre-wrap;">{{ value }}</pre>
                                {% endif %}