7 lines
167 B
Text
7 lines
167 B
Text
- 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'
|