From fffc2dfede995e44b663af8ad2f574c7590bfbe0 Mon Sep 17 00:00:00 2001 From: Mitchell Rosen Date: Fri, 5 Sep 2014 12:26:53 -0700 Subject: [PATCH] put ticket num in ticket title --- templates/comment.cassius | 3 +++ templates/comment.hamlet | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/comment.cassius b/templates/comment.cassius index 124ff946..6bfeea98 100644 --- a/templates/comment.cassius +++ b/templates/comment.cassius @@ -38,6 +38,9 @@ font-size : 1.12em margin : 0.5em 0 +.ticket-num + color : gray + .inner-widget margin-top: 1em diff --git a/templates/comment.hamlet b/templates/comment.hamlet index 3a914397..5e0c8485 100644 --- a/templates/comment.hamlet +++ b/templates/comment.hamlet @@ -63,8 +63,9 @@ #{flag_markdown} Please edit to address these concerns and repost. - $maybe _ <- mticket + $maybe Entity (Key (PersistInt64 ticket_id)) _ <- mticket + SD-#{show ticket_id} $if can_claim
-- GitLab