Rename 'notes/notes' partial to 'notes/notes_with_form'

This commit is contained in:
Riyad Preukschas 2012-09-14 04:59:55 +02:00
parent cee230a158
commit 61eb650db0
8 changed files with 7 additions and 7 deletions

View file

@ -1,11 +0,0 @@
%ul#notes-list
%ul#new-notes-list
.notes-status
- if can? current_user, :write_note, @project
= render "notes/form"
:javascript
$(function(){
NoteList.init("#{tid}", "#{tt}", "#{project_notes_path(@project)}");
});