|
|
|
@@ -7,7 +7,7 @@ |
|
|
|
|
|
|
|
<%= text_field_tag(:keyword, params[:keyword], class: 'form-control col-sm-2 ml-3', placeholder: 'ID/姓名/邮箱/手机号检索') %> |
|
|
|
<label for="done_score"> |
|
|
|
是否管理员 |
|
|
|
是否已打分 |
|
|
|
</label> |
|
|
|
<%= check_box_tag("done_score", true, false, id: "done_score", style: 'margin-left: 2px;') %> |
|
|
|
<%= submit_tag('搜索', class: 'btn btn-primary ml-3', 'data-disable-with': '搜索中...') %> |
|
|
|
|