summaryrefslogtreecommitdiff
path: root/app/views/notify/new_issue_email.html.haml
diff options
context:
space:
mode:
authorNihad Abbasov <narkoz.2008@gmail.com>2011-11-15 12:13:59 +0400
committerNihad Abbasov <narkoz.2008@gmail.com>2011-11-15 12:13:59 +0400
commit415eddaf39d7e1ffc4bf009d43a273614224909b (patch)
tree50ab69608121594d558fb90dcb193bea09a93f61 /app/views/notify/new_issue_email.html.haml
parent7b36b8d130561aa3f953962614e1774fa2603a11 (diff)
downloadgitlab-ce-415eddaf39d7e1ffc4bf009d43a273614224909b.tar.gz
green specs
Diffstat (limited to 'app/views/notify/new_issue_email.html.haml')
-rw-r--r--app/views/notify/new_issue_email.html.haml4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/views/notify/new_issue_email.html.haml b/app/views/notify/new_issue_email.html.haml
index 1a5a603a590..c411d9dc943 100644
--- a/app/views/notify/new_issue_email.html.haml
+++ b/app/views/notify/new_issue_email.html.haml
@@ -10,9 +10,7 @@
%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; "}
- = link_to project_issue_url(@project, @issue) do
+ = link_to project_issue_url(@project, @issue), :title => @issue.title do
= "Issue ##{@issue.id.to_s}"
= truncate(@issue.title, :length => 45)
%br
- %cite{:style => "color:#767676; font-weight: normal; margin: 0; padding: 0; line-height: 20px; font-size: 12px;font-family: Helvetica, Arial, sans-serif; "}
- = @issue.content