_notes.html.haml 228 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 %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)}"); });