Revision 1393:67abd7b08753 plugins/redmine_bibliography/app/views
| plugins/redmine_bibliography/app/views/publications/autocomplete_for_author.html.erb | ||
|---|---|---|
| 1 | 1 |
<%= raw @results.map {|result| {
|
| 2 |
'label' => "#{result.name} <em>#{result.mail.partition('@')[2]}</em>",
|
|
| 2 |
'label' => result.name,
|
|
| 3 | 3 |
'value' => result.name, |
| 4 | 4 |
'search_author_class' => result.class.name, |
| 5 | 5 |
'search_author_id' => result.id, |
Also available in: Unified diff