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