To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / .svn / pristine / 5f / 5fea3ea8f64ced7d135dd738b62ef6c27de5858b.svn-base @ 1297:0a574315af3e

History | View | Annotate | Download (203 Bytes)

1 1296:038ba2d95de8 Chris
<%= raw @issues.map {|issue| {
2
      'id' => issue.id,
3
      'label' => "#{issue.tracker} ##{issue.id}: #{truncate issue.subject.to_s, :length => 60}",
4
      'value' => issue.id
5
      }
6
    }.to_json
7
%>