summaryrefslogtreecommitdiff
path: root/app/views/events/_event_issue.atom.haml
diff options
context:
space:
mode:
authorKyle Fazzari <gitlab_cloud@status.e4ward.com>2014-07-01 06:29:58 -0700
committerKyle Fazzari <gitlab_cloud@status.e4ward.com>2014-07-01 06:29:58 -0700
commit1f976a646d1439e41925ec83dc2ea92d48370831 (patch)
tree30397ebc98072ee182382b9fa8d70b9a3101d197 /app/views/events/_event_issue.atom.haml
parentc1b1c321962de51090d590dc40fc2784aaa0d561 (diff)
downloadgitlab-ce-1f976a646d1439e41925ec83dc2ea92d48370831.tar.gz
Updated ATOM feed partials to use markdown instead of simple_format.
Diffstat (limited to 'app/views/events/_event_issue.atom.haml')
-rw-r--r--app/views/events/_event_issue.atom.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/events/_event_issue.atom.haml b/app/views/events/_event_issue.atom.haml
index 64dc02e3f56..56801107d05 100644
--- a/app/views/events/_event_issue.atom.haml
+++ b/app/views/events/_event_issue.atom.haml
@@ -1,2 +1,2 @@
%div{:xmlns => "http://www.w3.org/1999/xhtml"}
- %p= simple_format issue.description
+ %p= markdown issue.description