view .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
line wrap: on
line source
<%= raw @issues.map {|issue| {
      'id' => issue.id,
      'label' => "#{issue.tracker} ##{issue.id}: #{truncate issue.subject.to_s, :length => 60}",
      'value' => issue.id
      }
    }.to_json
%>