mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 02:09:39 +02:00
Merge branch 'story/112601637-no-ident' into staging
This commit is contained in:
commit
43ea28a8ba
1 changed files with 3 additions and 2 deletions
|
@ -61,8 +61,9 @@
|
||||||
= text_field_tag :results_per_page, params[:results_per_page], class: 'form-control', placeholder: t(:results_per_page)
|
= text_field_tag :results_per_page, params[:results_per_page], class: 'form-control', placeholder: t(:results_per_page)
|
||||||
.col-md-3
|
.col-md-3
|
||||||
.form-group
|
.form-group
|
||||||
= label_tag "Ident CC missing?"
|
= label_tag :only_no_country_code, "Ident CC missing"
|
||||||
= check_box_tag :only_no_country_code, '1',params[:only_no_country_code].eql?('1'), class: 'form-control'
|
= check_box_tag :only_no_country_code, '1',params[:only_no_country_code].eql?('1'), style: 'width:auto;height:auto;float:right'
|
||||||
|
|
||||||
.row
|
.row
|
||||||
.col-md-3{style: 'padding-top: 25px;float:right;'}
|
.col-md-3{style: 'padding-top: 25px;float:right;'}
|
||||||
%button.btn.btn-primary
|
%button.btn.btn-primary
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue