##// END OF EJS Templates
fix typos of source comments at Version model...
fix typos of source comments at Version model git-svn-id: http://svn.redmine.org/redmine/trunk@13062 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r9885:6a2ca5e03427
r12787:f773219426ea
Show More
add_users.js.erb
4 lines | 180 B | text/plain | TextLexer
$('#tab-content-users').html('<%= escape_javascript(render :partial => 'groups/users') %>');
<% @users.each do |user| %>
$('#user-<%= user.id %>').effect("highlight");
<% end %>