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

9 lines
189 B
Plaintext
Raw Normal View History

- if @note.line_code
= render "create_line", :note => @note
- else
= render "create_common", :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");