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