You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
639 B
14 lines
639 B
<% define_breadcrumbs do %>
|
|
<% add_breadcrumb('管理员列表', cooperative_laboratory_users_path) %>
|
|
<% end %>
|
|
|
|
<div class="box search-form-container laboratory-user-list-form">
|
|
<div></div>
|
|
<%= javascript_void_link '添加管理员', class: 'btn btn-primary btn-sm', data: { toggle: 'modal', target: '.cooperative-add-laboratory-user-modal'} %>
|
|
</div>
|
|
|
|
<div class="box cooperative-list-container laboratory-user-list-container">
|
|
<%= render partial: 'cooperative/laboratory_users/shared/list', locals: { laboratory_users: @laboratory_users } %>
|
|
</div>
|
|
|
|
<%= render 'cooperative/laboratory_users/shared/add_laboratory_user_modal' %> |