mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 16:32:04 +02:00
Add non-verified email filreting in contact index
This commit is contained in:
parent
48036c660d
commit
af7e0f266d
3 changed files with 17 additions and 2 deletions
|
@ -63,6 +63,10 @@
|
|||
.form-group
|
||||
= label_tag :only_no_country_code, "Ident CC missing"
|
||||
= check_box_tag :only_no_country_code, '1',params[:only_no_country_code].eql?('1'), style: 'width:auto;height:auto;float:right'
|
||||
.col-md-3
|
||||
.form-group
|
||||
= label_tag :email_not_verified, "Email not verified"
|
||||
= check_box_tag :email_not_verified, '1',params[:email_not_verified].eql?('1'), style: 'width:auto;height:auto;float:right'
|
||||
|
||||
.row
|
||||
.col-md-3{style: 'padding-top: 25px;float:right;'}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue