view .svn/pristine/f7/f73a70728876fc76c71103e118788e70ad445b69.svn-base @ 1532:a0460a3d154f cannam

Toward getting the user id for a committer by name as well as login/email
author Chris Cannam
date Wed, 11 Feb 2015 13:13:03 +0000
parents dffacf8a6908
children
line wrap: on
line source
<%= raw @issues.map {|issue| {
      'id' => issue.id,
      'label' => "#{issue.tracker} ##{issue.id}: #{issue.subject.to_s.truncate(60)}",
      'value' => issue.id
      }
    }.to_json
%>