Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
VenJob
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mai Hoang Thai Ha
VenJob
Commits
b8c1c756
Commit
b8c1c756
authored
Oct 26, 2021
by
Thai Ha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed style form select
parent
5aec5521
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
11 deletions
+3
-11
app/views/admins/applies.html.slim
+3
-11
No files found.
app/views/admins/applies.html.slim
View file @
b8c1c756
...
@@ -14,18 +14,12 @@
...
@@ -14,18 +14,12 @@
.col-2
.col-2
=
f
.
label
:city
,
'City'
=
f
.
label
:city
,
'City'
.col-10
.col-10
=
f
.
select
:city
,
@city
,
selected:
params
[
:city
],
include_blank:
'Select city'
,
class
:"form-select bg-light h-100"
=
f
.
select
:city
,
options_for_select
(
@city
,
selected:
params
[
:city
]),
{
include_blank:
'Select city'
},
{
class:
'form-select'
}
/ = f.select :city, @city, {include_blank: 'Select city'}, {class: 'form-select bg-light h-100'}
/ =f.select :sex, %w{ Male Female }, :prompt => "Gender..."
.row.mb-2.form-group
.row.mb-2.form-group
.col-2
.col-2
=
f
.
label
:industry
,
'Industry'
,
class:
'form-label'
=
f
.
label
:industry
,
'Industry'
,
class:
'form-label'
.col-10
.col-10
=
f
.
select
:industry
,
@industry
,
selected:
params
[
:industry
],
include_blank:
'Select industry'
,
class
:'form-select bg-light h-100'
=
f
.
select
:industry
,
options_for_select
(
@industry
,
selected:
params
[
:industry
]),
{
include_blank:
'Select industry'
},
{
class
:'form-select'
}
.row.mb-2.form-group
.row.mb-2.form-group
.col-6
.col-6
...
@@ -45,10 +39,8 @@
...
@@ -45,10 +39,8 @@
=
f
.
submit
'Search'
,
name:
'search'
,
class:
'btn btn-primary w-50 my-4 btn-height'
,
data:
{
disable_with:
false
}
=
f
.
submit
'Search'
,
name:
'search'
,
class:
'btn btn-primary w-50 my-4 btn-height'
,
data:
{
disable_with:
false
}
.col-6.d-flex.justify-content-center
.col-6.d-flex.justify-content-center
=
f
.
submit
'Export'
,
name:
'csv'
,
class:
'btn btn-primary w-50 my-4 btn-height'
,
data:
{
disable_with:
false
}
=
f
.
submit
'Export'
,
name:
'csv'
,
class:
'btn btn-primary w-50 my-4 btn-height'
,
data:
{
disable_with:
false
}
/ = link_to 'Export csv', admin_export_csv_path(format: :csv), class: 'btn btn-primary w-50 my-4 btn-height'
/result
.container
.container
h2
.my-5.text-center
h2
.my-5.text-center
|
All applies jobs
|
All applies jobs
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment