Commit 14164017533388dc2a0d0f43e05ee84badbf2223
1 parent
6ffec9a2
Exists in
master
and in
4 other branches
Fix markup
Showing
2 changed files
with
2 additions
and
3 deletions
Show diff stats
app/assets/stylesheets/sections/notes.scss
app/views/notes/_notes.html.haml
1 | %ul#notes-list | 1 | %ul#notes-list |
2 | -%ul#new_notes_list | 2 | +%ul#new-notes-list |
3 | .notes-status | 3 | .notes-status |
4 | 4 | ||
5 | - if can? current_user, :write_note, @project | 5 | - if can? current_user, :write_note, @project |
6 | = render "notes/form" | 6 | = render "notes/form" |
7 | 7 | ||
8 | - | ||
9 | :javascript | 8 | :javascript |
10 | $(function(){ | 9 | $(function(){ |
11 | NoteList.init("#{tid}", "#{tt}", "#{project_notes_path(@project)}"); | 10 | NoteList.init("#{tid}", "#{tt}", "#{project_notes_path(@project)}"); |