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

12 lines
227 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)}");
});