mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
Improving the timeline UI
This commit is contained in:
parent
dc3a078923
commit
c522659f4e
@ -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' %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user