Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Javier López <fjlopez@gitlab.com>2017-11-06 19:52:56 +0300
committerDouwe Maan <douwe@gitlab.com>2017-11-06 19:52:56 +0300
commitbf0331dc72db658b012d58e33ca47da6d8f99d46 (patch)
treef596c4876cd50bf13afd1f3e60ccd57640b61656 /app/views/events/_event_note.atom.haml
parent34a205b308d80d600c5651cfb9694f978ef01cab (diff)
Resolve "DashboardController#activity.json is slow due to SQL"
Diffstat (limited to 'app/views/events/_event_note.atom.haml')
-rw-r--r--app/views/events/_event_note.atom.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/events/_event_note.atom.haml b/app/views/events/_event_note.atom.haml
index 6fa2f9bd4db..7e264eb5575 100644
--- a/app/views/events/_event_note.atom.haml
+++ b/app/views/events/_event_note.atom.haml
@@ -1,2 +1,2 @@
%div{ xmlns: "http://www.w3.org/1999/xhtml" }
- = markdown(note.note, pipeline: :atom, project: note.project, author: note.author)
+ = markdown_field(note, :note)