Nuevo plugin Additionals 2.0.20
This commit is contained in:
parent
a2a901b71b
commit
93e1e28683
354 changed files with 40514 additions and 0 deletions
|
@ -0,0 +1 @@
|
|||
== @tags.collect { |tag| { 'id' => tag.name, 'text' => tag.name } }.to_json
|
9
plugins/additionals/app/views/auto_completes/_additionals_users.html.erb
Executable file
9
plugins/additionals/app/views/auto_completes/_additionals_users.html.erb
Executable file
|
@ -0,0 +1,9 @@
|
|||
<%= raw @users.map { |user| {
|
||||
'id' => user.id,
|
||||
'text' => user.name,
|
||||
'name' => user.name,
|
||||
'name_with_icon' => user_with_avatar(user, no_link: true),
|
||||
'value' => user.id
|
||||
}
|
||||
}.to_json
|
||||
%>
|
Loading…
Add table
Add a link
Reference in a new issue