From: Ricardo Wurmus Date: Sun, 10 May 2020 06:45:58 +0000 (+0200) Subject: view/html: Mention alternative way of commenting. X-Git-Tag: 0.0.1~29 X-Git-Url: https://git.elephly.net/?p=software%2Fmumi.git;a=commitdiff_plain;h=9265dcad4929c156a635648be213956385a4e781 view/html: Mention alternative way of commenting. --- diff --git a/mumi/web/view/html.scm b/mumi/web/view/html.scm index 8de7264..3c7fd0e 100644 --- a/mumi/web/view/html.scm +++ b/mumi/web/view/html.scm @@ -453,7 +453,15 @@ failed to process associated messages.") (@ (class "card-footer")) (button (@ (class "btn btn-primary") (type "submit")) - "Send")))) + "Send") + (span (@ (class "ml-3")) + "Your may also " + (a (@ (href ,(string-append "mailto:" + (number->string id) "@" (%config 'debbugs-domain) + "?subject=" (bug-subject* bug)))) + ,(string-append "send email to " + (number->string id) "@" (%config 'debbugs-domain))) + " to comment.")))) `((div (@ (class "card-header")) (div (@ (class "from"))