blob: e87dbcf63c16e70e264e974b3838d1b73bfee61d (
plain)
1
2
3
4
5
6
7
8
|
- if @note.line_code
= render "create_line", :note => @note
- else
= render "create_common", :note => @note
-# Enable submit button
:plain
$("#submit_note").removeAttr("disabled");
|