Show More
Commit Description:
fix destroy button link
Commit Description:
fix destroy button link
References:
File last commit:
Show/Diff file:
Action:
app/views/user_admin/new_list.html.erb
| 8 lines
| 340 B
| text/plain
| TextLexer
|
|
r320 | <h1>Adding list of users</h1> | ||
<%= form_tag :action => 'create_from_list' do %> | ||||
<%= submit_tag 'create users' %><br/> | ||||
List of user information in this format: <tt>user_id,name(,passwd(,alias))</tt><br/> | ||||
Note that <tt>passwd</tt> and <tt>alias</tt> is optional.<br/> | ||||
<%= text_area_tag 'user_list', nil, :rows => 50, :cols => 80 %> | ||||
<% end %> | ||||