annotate .svn/pristine/41/41cb6312d6e48c2a3277ea516aa018704a81dd1c.svn-base @ 1511:e1cfd013ef49
live
Fix #832 main page of a project should not have "Overview" as the first word of the html title
author |
Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
date |
Fri, 21 Mar 2014 14:11:12 +0000 |
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 %>
|