mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 12:08:27 +02:00
parent
2886cb582d
commit
19eb8f9070
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
<%= f.label :status, class: 'col-sm-2 control-label' %>
|
||||
|
||||
<div class="col-sm-3">
|
||||
<%= f.select :status, options_for_select(statuses, search.status), { include_blank: t('.any') },
|
||||
<%= f.select :status, options_for_select(statuses, search.status), { include_blank: t('.all') },
|
||||
class: 'form-control' %>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue