Rename 'notes/create_*' partials
This commit is contained in:
parent
61eb650db0
commit
8fb70d924d
3 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
- if @note.line_code
|
- if @note.line_code
|
||||||
= render "create_line", note: @note
|
= render "create_per_line_note", note: @note
|
||||||
- else
|
- else
|
||||||
= render "create_common", note: @note
|
= render "create_common_note", note: @note
|
||||||
|
|
||||||
-# Enable submit button
|
-# Enable submit button
|
||||||
:plain
|
:plain
|
||||||
|
|
Loading…
Reference in a new issue