mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-20 10:06:04 +10:00
11 lines
272 B
Plaintext
11 lines
272 B
Plaintext
%ul#notes-list.notes
|
|
= render "projects/notes/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)}");
|