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"} %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"} %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"} %div{:xmlns => "http://www.w3.org/1999/xhtml"}
%p= simple_format note.note %p= markdown note.note

View file

@ -6,7 +6,7 @@
%i %i
at at
= commit[:timestamp].to_time.to_s(:short) = 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 - if event.commits_count > 15
%p %p
%i %i