annotate .svn/pristine/41/41cb6312d6e48c2a3277ea516aa018704a81dd1c.svn-base @ 1412:48d9b3ae9e1a
biblio_alt_search_auth
Added an institution setter to the Author model
author |
luisf <luis.figueira@eecs.qmul.ac.uk> |
date |
Tue, 01 Oct 2013 14:29:01 +0100 |
parents |
038ba2d95de8 |
children |
|
rev |
line source |
Chris@1296
|
1 $('#tab-content-users').html('<%= escape_javascript(render :partial => 'groups/users') %>');
|
Chris@1296
|
2 <% @users.each do |user| %>
|
Chris@1296
|
3 $('#user-<%= user.id %>').effect("highlight");
|
Chris@1296
|
4 <% end %>
|