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:
authorKyle Fazzari <gitlab_cloud@status.e4ward.com>2014-07-01 17:29:58 +0400
committerKyle Fazzari <gitlab_cloud@status.e4ward.com>2014-07-01 17:29:58 +0400
commit1f976a646d1439e41925ec83dc2ea92d48370831 (patch)
tree30397ebc98072ee182382b9fa8d70b9a3101d197 /app/views/events/_event_note.atom.haml
parentc1b1c321962de51090d590dc40fc2784aaa0d561 (diff)
Updated ATOM feed partials to use markdown instead of simple_format.
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 932ba0a0483..96039ad18dc 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"}
- %p= simple_format note.note
+ %p= markdown note.note