2012-02-24 22:36:44 +02:00
|
|
|
- if @note.line_code
|
|
|
|
= render "create_line", :note => @note
|
|
|
|
- else
|
|
|
|
= render "create_common", :note => @note
|
2011-10-17 20:05:47 +03:00
|
|
|
|
2012-02-24 22:36:44 +02:00
|
|
|
-# Enable submit button
|
2011-10-26 18:46:25 +05:00
|
|
|
:plain
|
2011-10-17 20:05:47 +03:00
|
|
|
$("#submit_note").removeAttr("disabled");
|