Updated ATOM feed partials to use markdown instead of simple_format.

This commit is contained in:
Kyle Fazzari 2014-07-01 06:29:58 -07:00
parent c1b1c32196
commit 1f976a646d
4 changed files with 4 additions and 4 deletions

View File

@ -1,2 +1,2 @@
%div{:xmlns => "http://www.w3.org/1999/xhtml"}
%p= simple_format issue.description
%p= markdown issue.description

View File

@ -1,2 +1,2 @@
%div{xmlns: "http://www.w3.org/1999/xhtml"}
%p= simple_format merge_request.description
%p= markdown merge_request.description

View File

@ -1,2 +1,2 @@
%div{:xmlns => "http://www.w3.org/1999/xhtml"}
%p= simple_format note.note
%p= markdown note.note

View File

@ -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