diff options
author | Valeriy Sizov <vsv2711@gmail.com> | 2012-10-14 08:25:27 -0700 |
---|---|---|
committer | Valeriy Sizov <vsv2711@gmail.com> | 2012-10-14 08:25:27 -0700 |
commit | c01b0fd5d4fb8110be2539b165b2e028540ad6f6 (patch) | |
tree | e3f5be8160322d24b757e8e565788a7017fb01f6 /app | |
parent | d0146881f0a541c609f8d90d134ffc384a2b6d74 (diff) | |
parent | e26acd52b2489dd0ee201a0415fb16f1a0f28f59 (diff) | |
download | gitlab-ce-c01b0fd5d4fb8110be2539b165b2e028540ad6f6.tar.gz |
Merge pull request #1697 from riyad/fix-wiki-comment-notification
Fix link to wiki page in wiki comment notification
Diffstat (limited to 'app')
-rw-r--r-- | app/views/notify/note_wiki_email.html.haml | 2 |
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"} |