Commit 1f976a64 authored by Kyle Fazzari's avatar Kyle Fazzari

Updated ATOM feed partials to use markdown instead of simple_format.

parent c1b1c321
%div{:xmlns => "http://www.w3.org/1999/xhtml"}
%p= simple_format issue.description
%p= markdown issue.description
%div{xmlns: "http://www.w3.org/1999/xhtml"}
%p= simple_format merge_request.description
%p= markdown merge_request.description
%div{:xmlns => "http://www.w3.org/1999/xhtml"}
%p= simple_format note.note
%p= markdown note.note
......@@ -6,7 +6,7 @@
%i
at
= commit[:timestamp].to_time.to_s(:short)
%blockquote= simple_format(escape_once(commit[:message]))
%blockquote= markdown(escape_once(commit[:message]))
- if event.commits_count > 15
%p
%i
......
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