From ec196fbbf2cb1849631d921015296806d0563da6 Mon Sep 17 00:00:00 2001 From: Pierre de La Morinerie Date: Tue, 18 Feb 2014 12:19:08 +0100 Subject: [PATCH] Remove the quote-style around message in notification emails --- app/views/notify/_note_message.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/notify/_note_message.html.haml b/app/views/notify/_note_message.html.haml index ba2ed56..5272dfa 100644 --- a/app/views/notify/_note_message.html.haml +++ b/app/views/notify/_note_message.html.haml @@ -1,2 +1,2 @@ -%cite{style: 'color: #666'} +%div = markdown(@note.note) -- libgit2 0.21.2