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
685 B
14 lines
685 B
5 years ago
|
<% define_admin_breadcrumbs do %>
|
||
|
<% add_admin_breadcrumb('实训反馈', admins_shixun_feedback_messages_path) %>
|
||
|
<% end %>
|
||
|
|
||
|
<div class="box search-form-container">
|
||
|
<%= form_tag(admins_shixun_feedback_messages_path, method: :get, class: 'form-inline search-form', remote: true) do %>
|
||
|
<%= text_field_tag(:keyword, params[:keyword], class: 'form-control col-md-4 ml-3', placeholder: '输入实训名称关键字进行搜索') %>
|
||
|
<%= submit_tag('搜索', class: 'btn btn-primary ml-3', 'data-disable-with': '搜索中...') %>
|
||
|
<% end %>
|
||
|
</div>
|
||
|
|
||
|
<div class="box admin-list-container">
|
||
|
<%= render(partial: 'admins/shixun_feedback_messages/shared/list', locals: {}) %>
|
||
|
</div>
|