summaryrefslogtreecommitdiff
path: root/app/views/notify/new_issue_email.html.haml
diff options
context:
space:
mode:
authorRobb Kidd <robb@thekidds.org>2012-05-15 19:36:48 -0400
committerRobb Kidd <robb@thekidds.org>2012-05-15 22:37:34 -0400
commit39061af9f8f19d114b48f79a66c22116a52e57be (patch)
treebed3795b6de0b1effdcdb61aeddcf5764fb24019 /app/views/notify/new_issue_email.html.haml
parent2d124d9496ea2bca71a25a29a4301cc718b5001c (diff)
downloadgitlab-ce-39061af9f8f19d114b48f79a66c22116a52e57be.tar.gz
Make Notify#new_issue_email resque friendly.
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 64c5aa611eb..dd6f50c0686 100644
--- a/app/views/notify/new_issue_email.html.haml
+++ b/app/views/notify/new_issue_email.html.haml
@@ -10,7 +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), :title => @issue.title do
+ = link_to project_issue_url(@issue.project, @issue), :title => @issue.title do
= "Issue ##{@issue.id.to_s}"
= truncate(@issue.title, :length => 45)
%br