From a069aa494a71450f3a6627b723bd5312bbf20133 Mon Sep 17 00:00:00 2001 From: Omar Mekky Date: Wed, 4 Apr 2018 15:04:03 +0000 Subject: Add banzai filter to detect commit message trailers and properly link the users --- app/views/projects/commits/_commit.atom.builder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/projects/commits/_commit.atom.builder') diff --git a/app/views/projects/commits/_commit.atom.builder b/app/views/projects/commits/_commit.atom.builder index 50f7e7a3a33..640b5ecf99e 100644 --- a/app/views/projects/commits/_commit.atom.builder +++ b/app/views/projects/commits/_commit.atom.builder @@ -10,5 +10,5 @@ xml.entry do xml.email commit.author_email end - xml.summary markdown(commit.description, pipeline: :single_line), type: 'html' + xml.summary markdown_field(commit, :description), type: 'html' end -- cgit v1.2.1