gitlab-org--gitlab-foss/app/views/notes/create.js.haml

5 lines
116 B
Plaintext

- if @note.line_code
= render "create_diff_note", note: @note
- else
= render "create_common_note", note: @note