diff --git a/app/templates/issues/view.html b/app/templates/issues/view.html index 1b25fb3..7d09c89 100644 --- a/app/templates/issues/view.html +++ b/app/templates/issues/view.html @@ -17,6 +17,15 @@
Reported
{{ issue.reported_at.strftime('%Y-%m-%d %H:%M') }}
+
Reported By
+
+ {% if issue.reporter %} + {{ issue.reporter.display_name }} + {% else %} + + {% endif %} +
+
Contract
{% if issue.resolved_facility and issue.resolved_facility.project %}