2012-09-13 02:12:44 +02:00
|
|
|
%ul#notes-list
|
2012-09-13 19:55:57 +02:00
|
|
|
%ul#new-notes-list
|
2012-09-13 02:12:44 +02:00
|
|
|
.notes-status
|
|
|
|
|
2011-11-04 11:46:51 -04:00
|
|
|
- if can? current_user, :write_note, @project
|
2012-09-14 05:08:40 +02:00
|
|
|
= render "notes/common_form"
|
2012-02-24 22:19:47 +02:00
|
|
|
|
2011-10-09 00:36:38 +03:00
|
|
|
:javascript
|
2011-11-04 11:46:51 -04:00
|
|
|
$(function(){
|
2012-02-24 09:16:06 +02:00
|
|
|
NoteList.init("#{tid}", "#{tt}", "#{project_notes_path(@project)}");
|
2011-11-04 11:46:51 -04:00
|
|
|
});
|