Show More
Commit Description:
add remove_all in groups...
Commit Description:
add remove_all in groups
consolidate submissions viewing from grader/task
References:
File last commit:
Show/Diff file:
Action:
app/views/user_admin/new_list.html.erb
| 9 lines
| 480 B
| text/plain
| TextLexer
|
|
r320 | <h1>Adding list of users</h1> | ||
<%= form_tag :action => 'create_from_list' do %> | ||||
r643 | <%= submit_tag 'create users',class: 'btn btn-success'%><br/> | |||
List of user information in this format: <tt>user_id,name(,passwd(,alias(,remark)))</tt><br/> | ||||
Note that <tt>passwd, alias</tt> and <tt> remark </tt>is optional.<br /> | ||||
When <tt>passwd</tt> or <tt>alias</tt> is empty, the original value will be used instead.<br/> | ||||
|
r320 | <%= text_area_tag 'user_list', nil, :rows => 50, :cols => 80 %> | ||
<% end %> | ||||