06/09 Add Issue's reporter name
This commit is contained in:
@@ -17,6 +17,15 @@
|
|||||||
<dt class="col-sm-3">Reported</dt>
|
<dt class="col-sm-3">Reported</dt>
|
||||||
<dd class="col-sm-9">{{ issue.reported_at.strftime('%Y-%m-%d %H:%M') }}</dd>
|
<dd class="col-sm-9">{{ issue.reported_at.strftime('%Y-%m-%d %H:%M') }}</dd>
|
||||||
|
|
||||||
|
<dt class="col-sm-3">Reported By</dt>
|
||||||
|
<dd class="col-sm-9">
|
||||||
|
{% if issue.reporter %}
|
||||||
|
{{ issue.reporter.display_name }}
|
||||||
|
{% else %}
|
||||||
|
<span class="text-muted">—</span>
|
||||||
|
{% endif %}
|
||||||
|
</dd>
|
||||||
|
|
||||||
<dt class="col-sm-3">Contract</dt>
|
<dt class="col-sm-3">Contract</dt>
|
||||||
<dd class="col-sm-9">
|
<dd class="col-sm-9">
|
||||||
{% if issue.resolved_facility and issue.resolved_facility.project %}
|
{% if issue.resolved_facility and issue.resolved_facility.project %}
|
||||||
|
|||||||
Reference in New Issue
Block a user