gitlabhq/app/views/notes/create.js.haml

5 lines
135 B
Plaintext
Raw Normal View History

2012-12-02 20:43:39 +01:00
- if note_for_main_target?(@note)
2012-09-14 05:00:21 +02:00
= render "create_common_note", note: @note
2012-12-02 20:43:39 +01:00
- else
= render "create_discussion_note", note: @note