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:
authorgitlabhq <m@gitlabhq.com>2011-10-15 20:46:27 +0400
committergitlabhq <m@gitlabhq.com>2011-10-15 20:46:27 +0400
commit876ebbd9ad6f3b3f5ac0774b3005c15d7a7a5d4e (patch)
treed6f361161ba2982557a5dd388216940df5b63d72 /app/views/notify/note_issue_email.html.haml
parent57baa49bc3c71cc8084d925415e44ad1b8ad73a9 (diff)
issue #89
Diffstat (limited to 'app/views/notify/note_issue_email.html.haml')
-rw-r--r--app/views/notify/note_issue_email.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/notify/note_issue_email.html.haml b/app/views/notify/note_issue_email.html.haml
index 54982af6286..242c97bf25f 100644
--- a/app/views/notify/note_issue_email.html.haml
+++ b/app/views/notify/note_issue_email.html.haml
@@ -5,7 +5,7 @@
%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; "}
New comment -
- = link_to project_issue_url(@project, @issue) do
+ = link_to project_issue_url(@project, @issue, :anchor => "note_#{@note.id}") do
= "Issue ##{@issue.id.to_s}"
= truncate(@issue.title, :length => 35)
%td{:style => "font-size: 1px; line-height: 1px;", :width => "21"}