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 / plugins / redmine_bibliography / app / views / publications / autocomplete_for_author.html.erb @ 1283:006057cf8f16

History | View | Annotate | Download (213 Bytes)

1 1283:006057cf8f16 luis
<%= raw @results.map {|result| {
2
      'id' => result.id,
3
      'label' => "#{result.name} (#{result.mail.partition('@')[2]})",
4
      'value' => result.name,
5
      'type' => result.class,
6
      }
7
    }.to_json
8
%>