|
|
|
@@ -4,7 +4,7 @@ |
|
|
|
|
|
|
|
<div class="box search-form-container project-list-form"> |
|
|
|
<%= form_tag(admins_projects_path, method: :get, class: 'form-inline search-form flex-1', id: 'project-list-form', remote: true) do %> |
|
|
|
<%= text_field_tag(:search, params[:search], class: 'form-control col-12 col-md-2 mr-3', placeholder: '项目名称/标识检索') %> |
|
|
|
<%= text_field_tag(:search, params[:search], class: 'form-control col-12 col-md-2 mr-3', placeholder: '项目ID/项目名称/标识检索') %> |
|
|
|
<%= submit_tag('搜索', class: 'btn btn-primary ml-3', 'data-disable-with': '搜索中...') %> |
|
|
|
<input type="reset" class="btn btn-secondary clear-btn" value="清空"/> |
|
|
|
<div class="form-group mr-2 pull-right" style='margin-left:auto'> |
|
|
|
|