summaryrefslogtreecommitdiff
path: root/app/views/notify/new_issue_email.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-12-20 23:04:27 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-12-20 23:04:27 +0200
commit2a3f5dae0f562e08436934dbc95e0f6ed6902ee9 (patch)
treec756e9ec0c0d82e3a228183d89fa6fe11584e413 /app/views/notify/new_issue_email.html.haml
parent75dd7042940cc6fe7532d42612e1b0db0729a86d (diff)
downloadgitlab-ce-2a3f5dae0f562e08436934dbc95e0f6ed6902ee9.tar.gz
Fix email send on close/reopen issue. Display project name with namespace. remove css style
Diffstat (limited to 'app/views/notify/new_issue_email.html.haml')
-rw-r--r--app/views/notify/new_issue_email.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/notify/new_issue_email.html.haml b/app/views/notify/new_issue_email.html.haml
index 654d6cd12be..fba4b865487 100644
--- a/app/views/notify/new_issue_email.html.haml
+++ b/app/views/notify/new_issue_email.html.haml
@@ -9,7 +9,7 @@
%tr
%td{style: "font-size: 1px; line-height: 1px;", width: "21"}
%td{align: "left", style: "padding: 20px 0 0;"}
- %h2{style: "color:#646464 !important; font-weight: bold; margin: 0; padding: 0; line-height: 26px; font-size: 18px; font-family: Helvetica, Arial, sans-serif; "}
+ %p{style: "color:#646464 !important; line-height: 26px; font-size: 16px; font-family: Helvetica, Arial, sans-serif; "}
= "Issue ##{@issue.id}"
= link_to_gfm truncate(@issue.title, length: 45), project_issue_url(@issue.project, @issue), title: @issue.title
%br