gitlabhq/app/views/notes/_notes_with_form.html.haml
2012-12-03 22:51:56 +01:00

13 lines
312 B
Text

%ul#notes-list.notes
%ul#new-notes-list.notes
.notes-status
- if can? current_user, :write_note, @project
.note-forms.js-note-forms
= render "notes/common_form"
= render "notes/diff_note_form"
:javascript
$(function(){
NoteList.init("#{tid}", "#{tt}", "#{project_notes_path(@project)}");
});