gitlabhq/app/views/notes/_notes_with_form.html.haml
2012-09-14 21:41:57 +02:00

12 lines
234 B
Plaintext

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