summaryrefslogtreecommitdiff
path: root/app/views/notes/_notes.html.haml
blob: e692e7464658c60c524353cff4e3b0fa1d1bf158 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- if can? current_user, :write_note, @project
  = render "notes/form"
.clear
%hr
%ul#new_notes_list
%ul#notes-list
.status


:javascript
  $(function(){
    NoteList.init("#{tid}", "#{tt}", "#{project_notes_path(@project)}");
  });