Improving the timeline UI

This commit is contained in:
Marc Ducobu 2016-05-06 16:37:33 +02:00
parent dc3a078923
commit c522659f4e

View File

@ -1,5 +1,5 @@
<div class="report">
<h3>{{ 'Report'|trans }}</h3>
<div>
<h3>{{ report.date|localizeddate('long', 'none') }}<span class="report"> / {{ 'Report'|trans }}</span></h3>
<div class="statement">
<span class="statement">{{ '%user% has filled a %report_label% report on %date%'|trans(
{
@ -11,7 +11,6 @@
</div>
{% if custom_fields_in_summary|length > 0 %}
<div class="summary">
<hr/>
<dl class="chill_report_view_data timeline">
{% for field in custom_fields_in_summary %}
{% if field.type == 'title' %}