From 66f9fc30f4738fb03a2a35c2a1147c141f31af9d Mon Sep 17 00:00:00 2001 From: NguyenND Date: Mon, 20 Jul 2026 17:32:43 -0400 Subject: [PATCH] Jul 20 - Update Issue's description tooltip --- app/templates/issues/list.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/templates/issues/list.html b/app/templates/issues/list.html index 29f2694..1df5ab3 100644 --- a/app/templates/issues/list.html +++ b/app/templates/issues/list.html @@ -143,7 +143,11 @@ {{ issue.resolved_facility.name if issue.resolved_facility else '—' }}
{{ issue.area.name if issue.area else '—' }} - {{ issue.description[:60] }}{% if issue.description|length > 60 %}…{% endif %} + + 60 %} title="{{ issue.description }}" style="cursor:help;"{% endif %}> + {{ issue.description[:60] }}{% if issue.description|length > 60 %}…{% endif %} + + {{ issue.status|replace('_',' ')|title }}