Rename 'notes/notes' partial to 'notes/notes_with_form'
This commit is contained in:
parent
cee230a158
commit
61eb650db0
8 changed files with 7 additions and 7 deletions
|
@ -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)}");
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue