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: 813e37276bdd8ec5fda2bad1f678a64069bedb25 (plain)
1
2
3
4
5
6
7
8
9
10
%ul#notes-list.notes.main-notes-list.timeline
  = render "projects/notes/notes"
.js-notes-busy

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

:javascript
  new Notes("#{namespace_project_notes_path(namespace_id: @project.namespace, target_id: @noteable.id, target_type: @noteable.class.name.underscore)}", #{@notes.map(&:id).to_json}, #{Time.now.to_i})