annotate .svn/pristine/5f/5fea3ea8f64ced7d135dd738b62ef6c27de5858b.svn-base @ 1628:9c5f8e24dadc live tip

Quieten this cron script
author Chris Cannam
date Tue, 25 Aug 2020 11:38:49 +0100
parents 038ba2d95de8
children
rev   line source
Chris@1296 1 <%= raw @issues.map {|issue| {
Chris@1296 2 'id' => issue.id,
Chris@1296 3 'label' => "#{issue.tracker} ##{issue.id}: #{truncate issue.subject.to_s, :length => 60}",
Chris@1296 4 'value' => issue.id
Chris@1296 5 }
Chris@1296 6 }.to_json
Chris@1296 7 %>