note_issue_email.html.haml 192 Bytes Edit Raw Blame History 1 2 3 4 %p = "New comment for Issue ##{@issue.iid}" = link_to_gfm truncate(@issue.title, length: 35), project_issue_url(@issue.project, @issue, anchor: "note_#{@note.id}") = render 'note_message'