note_issue_email.html.haml 191 Bytes Edit Raw Blame History 1 2 3 4 %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'