Fix markup

This commit is contained in:
Riyad Preukschas 2012-09-13 19:55:57 +02:00
parent 6ffec9a298
commit 1416401753
2 changed files with 2 additions and 3 deletions

View file

@ -1,11 +1,10 @@
%ul#notes-list
%ul#new_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)}");