Rename 'notes/form' partial to 'notes/common_form'
This commit is contained in:
parent
3c02c93f08
commit
c02e3f2104
2 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
.notes-status
|
||||
|
||||
- if can? current_user, :write_note, @project
|
||||
= render "notes/form"
|
||||
= render "notes/common_form"
|
||||
|
||||
:javascript
|
||||
$(function(){
|
||||
|
|
Loading…
Add table
Reference in a new issue