gitlab-org--gitlab-foss/app/views/notes/_notes_with_form.html.haml

10 lines
229 B
Plaintext

%ul#notes-list.notes
.js-notes-busy
.js-main-target-form
- if can? current_user, :write_note, @project
= render "notes/form"
:javascript
NoteList.init("#{@target_id}", "#{@target_type}", "#{project_notes_path(@project)}");