Rename 'notes/create_*' partials

This commit is contained in:
Riyad Preukschas 2012-09-14 05:00:21 +02:00
parent 61eb650db0
commit 8fb70d924d
3 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
- if @note.line_code
= render "create_line", note: @note
= render "create_per_line_note", note: @note
- else
= render "create_common", note: @note
= render "create_common_note", note: @note
-# Enable submit button
:plain