^{desc}
@@ -67,23 +67,23 @@ $if ticketStatus ticket /= TSClosed
$if me
Assigned to you.
- ^{buttonW POST "Unclaim this ticket" (TicketUnclaimR shar proj khid)}
+ ^{buttonW POST "Unclaim this ticket" (TicketUnclaimR shar proj ltkhid)}
$else
Assigned to ^{sharerLinkW assignee}.
- ^{buttonW POST "Unassign this ticket" (TicketUnassignR shar proj khid)}
+ ^{buttonW POST "Unassign this ticket" (TicketUnassignR shar proj ltkhid)}
$nothing
Not assigned.
-
Assign to someone else
.
@@ -92,18 +92,18 @@ $if ticketStatus ticket /= TSClosed
$of TSNew
Open, new.
- ^{buttonW POST "Accept this ticket" (TicketAcceptR shar proj khid)}
- ^{buttonW POST "Close this ticket" (TicketCloseR shar proj khid)}
+ ^{buttonW POST "Accept this ticket" (TicketAcceptR shar proj ltkhid)}
+ ^{buttonW POST "Close this ticket" (TicketCloseR shar proj ltkhid)}
$of TSTodo
Open, to do.
- ^{buttonW POST "Close this ticket" (TicketCloseR shar proj khid)}
+ ^{buttonW POST "Close this ticket" (TicketCloseR shar proj ltkhid)}
$of TSClosed
Closed on #{showDate $ ticketClosed ticket}
$maybe closer <- mcloser
by ^{sharerLinkW closer}.
- ^{buttonW POST "Reopen this ticket" (TicketOpenR shar proj khid)}
+ ^{buttonW POST "Reopen this ticket" (TicketOpenR shar proj ltkhid)}
Custom fields
@@ -145,7 +145,7 @@ $if ticketStatus ticket /= TSClosed
No
- ^{buttonW DELETE "Delete this ticket" (TicketR shar proj khid)}
+ ^{buttonW DELETE "Delete this ticket" (TicketR shar proj ltkhid)}
Discussion
diff --git a/templates/ticket/widget/dep.hamlet b/templates/ticket/widget/dep.hamlet
index 2921dcb..d3c4d24 100644
--- a/templates/ticket/widget/dep.hamlet
+++ b/templates/ticket/widget/dep.hamlet
@@ -22,5 +22,5 @@ $case ticketStatus ticket
$of TSClosed
☒
-
+
#{ticketTitle ticket}