_notes.html.haml 232 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 - if can? current_user, :write_note, @project = render "notes/form" .clear %hr %ul#new_notes_list %ul#notes-list .status :javascript $(function(){ NoteList.init("#{tid}", "#{tt}", "#{project_notes_path(@project)}"); });