gitlabhq/app/views/notes/create.js.haml
2012-02-24 22:36:44 +02:00

9 lines
189 B
Plaintext

- if @note.line_code
= render "create_line", :note => @note
- else
= render "create_common", :note => @note
-# Enable submit button
:plain
$("#submit_note").removeAttr("disabled");