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
path: root/app
diff options
context:
space:
mode:
authorRiyad Preukschas <riyad@informatik.uni-bremen.de>2012-10-14 19:12:38 +0400
committerRiyad Preukschas <riyad@informatik.uni-bremen.de>2012-10-14 19:12:38 +0400
commite26acd52b2489dd0ee201a0415fb16f1a0f28f59 (patch)
treef0cf0a60003312641c5557cb68b1c41537424308 /app
parentfced9678eae29864a1062a3d977cc611790a1a69 (diff)
Fix link to wiki page in wiki comment notification
Diffstat (limited to 'app')
-rw-r--r--app/views/notify/note_wiki_email.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/notify/note_wiki_email.html.haml b/app/views/notify/note_wiki_email.html.haml
index d3840cdac06..41a237fc53e 100644
--- a/app/views/notify/note_wiki_email.html.haml
+++ b/app/views/notify/note_wiki_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 for Wiki page
- = link_to_gfm @wiki.title, project_issue_url(@wiki.project, @wiki, anchor: "note_#{@note.id}")
+ = link_to_gfm @wiki.title, project_wiki_url(@wiki.project, @wiki, anchor: "note_#{@note.id}")
%td{style: "font-size: 1px; line-height: 1px;", width: "21"}
%tr
%td{style: "font-size: 1px; line-height: 1px;", width: "21"}