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 / app / views / auto_completes / issues.html.erb @ 1531:ae8145b28b2b

History | View | Annotate | Download (192 Bytes)

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