2012-02-24 22:36:44 +02:00
|
|
|
- if @note.line_code
|
2012-09-14 05:00:21 +02:00
|
|
|
= render "create_per_line_note", note: @note
|
2012-06-04 01:37:27 +03:00
|
|
|
- else
|
2012-09-14 05:00:21 +02:00
|
|
|
= render "create_common_note", 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");
|