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

13 lines
228 B
Plaintext

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