Please enable JavaScript to use RhodeCode Enterprise
< h1 > Listing users </ h1 >
< table >
< tr >
<% for column in User . content_columns %>
< th > <%= column . human_name %> </ th >
<% end %>
</ tr >
<% for user in @users %>
< tr >
<% for column in User . content_columns %>
< td > <%= h user . send ( column . name ) %> </ td >
<% end %>
< td > <%= link_to 'Show' , :action => 'show' , :id => user %> </ td >
< td > <%= link_to 'Edit' , :action => 'edit' , :id => user %> </ td >
< td > <%= link_to 'Destroy' , { :action => 'destroy' , :id => user }, :confirm => 'Are you sure?' , :method => :post %> </ td >
</ tr >
<% end %>
</ table >
<%= link_to 'Previous page' , { :page => @user_pages . current . previous } if @user_pages . current . previous %>
<%= link_to 'Next page' , { :page => @user_pages . current . next } if @user_pages . current . next %>
< br />
<%= link_to 'New user' , :action => 'new' %>
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository permissions settings