debian-mirror-gitlab/app/views/projects/notes/_notes_with_form.html.haml
2015-04-26 09:18:37 +02:00

10 lines
408 B
Text

%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})