mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 18:26:06 +02:00
parent
8916eee169
commit
f76e1259fc
11 changed files with 106 additions and 65 deletions
|
@ -1,10 +1,9 @@
|
|||
<%= form_for :search, url: admin_prices_path, method: :get, html: { class: 'form-horizontal' } do |f| %>
|
||||
<div class="form-group">
|
||||
<%= f.label :validity, class: 'col-sm-2 control-label' %>
|
||||
<%= f.label :status, class: 'col-sm-2 control-label' %>
|
||||
|
||||
<div class="col-sm-3">
|
||||
<%= f.select :validity, options_for_select(%w[unexpired expired], search.validity),
|
||||
{ include_blank: true },
|
||||
<%= f.select :status, options_for_select(statuses, search.status), { include_blank: true },
|
||||
class: 'form-control' %>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue