11 lines
251 B
Text
11 lines
251 B
Text
|
- if can? current_user, :write_note, @project
|
||
|
= render "notes/common_form"
|
||
|
|
||
|
%ul.reversed#new-notes-list
|
||
|
%ul.reversed#notes-list
|
||
|
.notes-status
|
||
|
|
||
|
:javascript
|
||
|
$(function(){
|
||
|
NoteList.init("#{tid}", "#{tt}", "#{project_notes_path(@project)}");
|
||
|
});
|