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

= render 'note_message'