Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_notes_with_form.html.haml « notes « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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)}");