gitlabhq/app/views/notes/create.js.haml
2012-12-03 22:51:56 +01:00

5 lines
116 B
Plaintext

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