Welcome to mirror list, hosted at ThFree Co, Russian Federation.

note_issue_email.html.haml « notify « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b3230953e7ded9183ec393156b426b658930ea6d (plain)
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'