Commit b132127f authored by Hannes Rosenögger's avatar Hannes Rosenögger Committed by Valery Sizov

revert caching of note text

parent 94a94427
...@@ -56,10 +56,9 @@ ...@@ -56,10 +56,9 @@
.note-body{class: note_editable?(note) ? 'js-task-list-container' : ''} .note-body{class: note_editable?(note) ? 'js-task-list-container' : ''}
= cache [note, 'markdown', user_color_scheme_class] do .note-text
.note-text = preserve do
= preserve do = markdown(note.note, {no_header_anchors: true})
= markdown(note.note, {no_header_anchors: true})
= render 'projects/notes/edit_form', note: note = render 'projects/notes/edit_form', note: note
- if note.attachment.url - if note.attachment.url
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment