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

note_merge_request_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: 35c4b862bb7ed54b838fdad551bc0792f8ee18c2 (plain)
1
2
3
4
5
6
7
- if @note.diff_note?
  %p.details
    New comment on diff for
    = link_to @note.diff_file.file_path, @target_url
    \:

= render 'note_message'