Rename 'notes/form' partial to 'notes/common_form'

This commit is contained in:
Riyad Preukschas 2012-09-14 05:08:40 +02:00
parent 3c02c93f08
commit c02e3f2104
2 changed files with 1 additions and 1 deletions

View file

@ -3,7 +3,7 @@
.notes-status
- if can? current_user, :write_note, @project
= render "notes/form"
= render "notes/common_form"
:javascript
$(function(){