File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 142142 </div >
143143</div >
144144
145- {% if ticketAttachments | length %}
146- <details open >
147- <summary class =" ticket-details-summary" >Attachments ({{ ticketAttachments | length }} )</summary >
145+ <details >
146+ <summary class =" ticket-details-summary" >Attachments ({{ ticketAttachments | length }} )</summary >
148147
149- <ul class =" ticket-attachments" >
150- {% for attachment in ticketAttachments %}
151- <li >
152- <a href =" /attachment/ticket/{{ attachment.id }}/{{ attachment.filename }}" >{{ attachment .filename }} </a > ({{ attachment .size | bytesToKilos }} ) - added by {{ attachment .author }}
153- <strong >{{ attachment .time | yearsAgo }} </strong >.<br />
154- {{ attachment .description | tracToHTML | safe }}
155- </li >
156- {% endfor %}
157- </ul >
158- </details >
159- {% endif %}
148+ <ul class =" ticket-attachments" >
149+ {% for attachment in ticketAttachments %}
150+ <li >
151+ <a href =" /attachment/ticket/{{ attachment.id }}/{{ attachment.filename }}" >{{ attachment .filename }} </a > ({{ attachment .size | bytesToKilos }} ) - added by {{ attachment .author }}
152+ <strong >{{ attachment .time | yearsAgo }} </strong >.<br />
153+ {{ attachment .description | tracToHTML | safe }}
154+ </li >
155+ {% endfor %}
156+ </ul >
157+ </details >
160158
161159<details open >
162160 <summary class =" ticket-details-summary" >Change History ({{ ticket .changes | length }} )</summary >
You can’t perform that action at this time.
0 commit comments