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:
authorRobert Speicher <rspeicher@gmail.com>2015-09-04 00:35:50 +0300
committerRobert Speicher <rspeicher@gmail.com>2015-09-04 00:47:15 +0300
commit3b690891f36975a35923f14388901f4f2a2c3ed9 (patch)
treef321439280f243e3746bb675d950f2222813a3bd /app/views/events/_event_note.atom.haml
parent4bd92e681e0a6d2a8d7e1ef44d9f248394833d09 (diff)
Basic support for an Atom-specific rendering pipeline
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 cfbfba50202..b730ebbd5f9 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, xhtml: true, reference_only_path: false, project: note.project)
+ = markdown(note.note, pipeline: :atom, project: note.project)