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