gitlabhq/app/views/notify/note_issue_email.html.haml

5 lines
191 B
Plaintext
Raw Normal View History

2013-03-12 09:46:04 +01:00
%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'