gitlabhq/app/views/notes/_reversed_notes_with_form.html.haml

12 lines
281 B
Plaintext
Raw Normal View History

- if can? current_user, :write_note, @project
= render "notes/common_form"
%ul#new-notes-list.reversed.notes
%ul#notes-list.reversed.notes
.notes-status
:javascript
$(function(){
2012-12-02 20:43:39 +01:00
NoteList.init("#{@target_id}", "#{@target_type}", "#{project_notes_path(@project)}");
});