Skip to content
Snippets Groups Projects
Commit 14164017 authored by Riyad Preukschas's avatar Riyad Preukschas
Browse files

Fix markup

parent 6ffec9a2
No related branches found
No related tags found
1 merge request!1465Change comments order
Loading
Loading
@@ -3,7 +3,7 @@
*
*/
#notes-list,
#new_notes_list {
#new-notes-list {
display:block;
list-style:none;
margin:0px;
Loading
Loading
%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)}");
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment