2011-11-04 16:46:51 +01:00
|
|
|
- if can? current_user, :write_note, @project
|
|
|
|
= render "notes/form"
|
|
|
|
.clear
|
|
|
|
%hr
|
2012-02-27 18:05:27 +01:00
|
|
|
%ul#new_notes_list
|
2012-02-24 08:16:06 +01:00
|
|
|
%ul#notes-list
|
2012-02-27 18:05:27 +01:00
|
|
|
.status
|
2012-02-24 21:19:47 +01:00
|
|
|
|
2011-10-08 23:36:38 +02:00
|
|
|
|
|
|
|
:javascript
|
2011-11-04 16:46:51 +01:00
|
|
|
$(function(){
|
2012-02-24 08:16:06 +01:00
|
|
|
NoteList.init("#{tid}", "#{tt}", "#{project_notes_path(@project)}");
|
2011-11-04 16:46:51 +01:00
|
|
|
});
|