From 5aadbfeea2f64471f5379187f0f12cbe667a6929 Mon Sep 17 00:00:00 2001 From: Leandro Nunes dos Santos Date: Tue, 3 Nov 2015 11:16:24 -0300 Subject: [PATCH] display body content --- lib/juventude_plugin/report_job.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/juventude_plugin/report_job.rb b/lib/juventude_plugin/report_job.rb index 6395a0e..4d2e270 100644 --- a/lib/juventude_plugin/report_job.rb +++ b/lib/juventude_plugin/report_job.rb @@ -43,7 +43,7 @@ class JuventudePlugin::ReportJob < Struct.new(:profile_id, :report_path) info.push(proposal.author ? proposal.author.identifier : '') info.push(proposal.topic.name) info.push(proposal.title) - info.push(proposal.abstract.present? ? proposal.abstract.gsub(/\s+/, ' ').strip : '') + info.push(proposal.body.present? ? proposal.body.gsub(/\s+/, ' ').strip : '') info.push(proposal.comments.count) info.push(proposal.person_followers.count) info.push(proposal.votes_for) -- libgit2 0.21.2