gitlabhq/app/views/notify/note_issue_email.html.haml
2013-03-12 10:46:04 +02:00

5 lines
191 B
Plaintext

%p
= "New comment for Issue ##{@issue.id}"
= link_to_gfm truncate(@issue.title, length: 35), project_issue_url(@issue.project, @issue, anchor: "note_#{@note.id}")
= render 'note_message'