summaryrefslogtreecommitdiff
path: root/app/views/projects/notes/_notes_with_form.html.haml
blob: ac28c7432ef98eda09ad0b7971a268c448bd1e59 (plain)
1
2
3
4
5
6
7
8
9
%ul#notes-list.notes
.js-notes-busy

.js-main-target-form
- if can? current_user, :write_note, @project
  = render "projects/notes/form"

:javascript
  NoteList.init("#{@target_id}", "#{@target_type}", "#{project_notes_path(@project)}");