Commit e26acd52b2489dd0ee201a0415fb16f1a0f28f59
1 parent
fced9678
Exists in
master
and in
4 other branches
Fix link to wiki page in wiki comment notification
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/notify/note_wiki_email.html.haml
... | ... | @@ -5,7 +5,7 @@ |
5 | 5 | %td{align: "left", style: "padding: 20px 0 0;"} |
6 | 6 | %h2{style: "color:#646464 !important; font-weight: bold; margin: 0; padding: 0; line-height: 26px; font-size: 18px; font-family: Helvetica, Arial, sans-serif; "} |
7 | 7 | New comment for Wiki page |
8 | - = link_to_gfm @wiki.title, project_issue_url(@wiki.project, @wiki, anchor: "note_#{@note.id}") | |
8 | + = link_to_gfm @wiki.title, project_wiki_url(@wiki.project, @wiki, anchor: "note_#{@note.id}") | |
9 | 9 | %td{style: "font-size: 1px; line-height: 1px;", width: "21"} |
10 | 10 | %tr |
11 | 11 | %td{style: "font-size: 1px; line-height: 1px;", width: "21"} | ... | ... |