Mercurial > hg > soundsoftware-site
annotate .svn/pristine/41/41cb6312d6e48c2a3277ea516aa018704a81dd1c.svn-base @ 1487:e6d8c818a49d redmine-2.4-integration
ActionController paginator -> Redmine paginator
author | Chris Cannam |
---|---|
date | Wed, 15 Jan 2014 13:50:04 +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 %> |