Initial Redmine tooling and local plugin forks
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<%= raw @contacts.map {|contact| {
|
||||
'id' => contact.id,
|
||||
'text' => contact.name_with_company,
|
||||
'name' => contact.name,
|
||||
'avatar' => avatar_to(contact, :size => 16),
|
||||
'company' => contact.is_company ? "" : contact.company.to_s,
|
||||
'email' => contact.primary_email,
|
||||
'value' => contact.id
|
||||
}
|
||||
}.to_json
|
||||
%>
|
||||
Reference in New Issue
Block a user