Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-02-13 22:40:39 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-02-13 22:40:39 +0400
commit41d439401d3e088ec2f6848d7ad078a213f0e4d7 (patch)
tree66b05eac37e456a3b6f6b66cdccbc77951f859f7 /app/views/notify/note_issue_email.html.haml
parent7fd29a78fa2c67a7aa01a4d3bb368f4f15a411d3 (diff)
enable markdown for email notification
Diffstat (limited to 'app/views/notify/note_issue_email.html.haml')
-rw-r--r--app/views/notify/note_issue_email.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/notify/note_issue_email.html.haml b/app/views/notify/note_issue_email.html.haml
index 7d8e215609e..28db944f8e1 100644
--- a/app/views/notify/note_issue_email.html.haml
+++ b/app/views/notify/note_issue_email.html.haml
@@ -19,7 +19,7 @@
%table{:border => "0", :cellpadding => "0", :cellspacing => "0", :width => "558"}
%tr
%td{:valign => "top"}
- %cite{:style => "color:#767676; font-weight: normal; margin: 0; padding: 0; line-height: 20px; font-size: 12px;font-family: Helvetica, Arial, sans-serif; "}
- = @note.note
+ %div{ :style => "background:#f5f5f5; padding:20px;border:1px solid #ddd" }
+ = RDiscount.new(@note.note, :autolink, :no_pseudo_protocols, :safelink, :smart, :filter_html).to_html.html_safe
%td{:style => "font-size: 1px; line-height: 1px;", :width => "21"}