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

9 lines
196 B
Plaintext
Raw Normal View History

- if @note.line_code
2012-09-14 05:00:21 +02:00
= render "create_per_line_note", note: @note
- else
2012-09-14 05:00:21 +02:00
= render "create_common_note", note: @note
2011-10-17 19:05:47 +02:00
-# Enable submit button
:plain
2011-10-17 19:05:47 +02:00
$("#submit_note").removeAttr("disabled");