mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-26 04:56:16 +10:00
@@ -13,7 +13,8 @@ class Projects::NotesController < Projects::ApplicationController
|
||||
@notes.each do |note|
|
||||
notes_json[:notes] << {
|
||||
id: note.id,
|
||||
html: note_to_html(note)
|
||||
html: note_to_html(note),
|
||||
valid: note.valid?
|
||||
}
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user