mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-10 21:26:07 +10:00
Emphasize the meaningful informations, and remove the less needed ones: * Use "!" to identify a merge request * Write the name of the commented file for diff notes * Don't show the assignee in the "merged merge request" email
8 lines
147 B
Plaintext
8 lines
147 B
Plaintext
- if @note.diff_file_name
|
|
%p.details
|
|
New comment on diff for
|
|
= link_to @note.diff_file_name, @target_url
|
|
\:
|
|
|
|
= render 'note_message'
|