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

5 lines
135 B
Plaintext

- if note_for_main_target?(@note)
= render "create_common_note", note: @note
- else
= render "create_discussion_note", note: @note