summaryrefslogtreecommitdiff
path: root/app/views/notify/note_merge_request_email.html.haml
blob: ea7e3d199fd9c9ebf050aed49bc0365e2fe4a5c6 (plain)
1
2
3
4
5
6
7
- if @note.diff_note? && @note.diff_file
  %p.details
    New comment on diff for
    = link_to @note.diff_file.file_path, @target_url
    \:

= render 'note_message'