debian-mirror-gitlab/app/views/notify/note_merge_request_email.html.haml

8 lines
167 B
Text
Raw Normal View History

2016-08-24 12:49:21 +05:30
- if @note.diff_note? && @note.diff_file
2014-09-02 18:07:02 +05:30
%p.details
New comment on diff for
2016-08-24 12:49:21 +05:30
= link_to @note.diff_file.file_path, @target_url
2014-09-02 18:07:02 +05:30
\:
= render 'note_message'