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