mirror of
https://github.com/internetee/registry.git
synced 2025-07-01 16:53:37 +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' %>
|
<%= f.label :status, class: 'col-sm-2 control-label' %>
|
||||||
|
|
||||||
<div class="col-sm-3">
|
<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' %>
|
class: 'form-control' %>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -29,6 +29,6 @@ en:
|
||||||
update_btn: Update price
|
update_btn: Update price
|
||||||
|
|
||||||
search_form:
|
search_form:
|
||||||
any: Any
|
all: All
|
||||||
search_btn: Search
|
search_btn: Search
|
||||||
reset_btn: Reset
|
reset_btn: Reset
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue