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
1
Merge Requests
1
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
Tô Ngọc Ánh
VeNJob
Commits
8144d97e
Commit
8144d97e
authored
Aug 07, 2020
by
Tô Ngọc Ánh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
edit fe show job page
parent
7abf97a5
Pipeline
#843
failed with stages
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
app/views/jobs/show.html.erb
+6
-6
No files found.
app/views/jobs/show.html.erb
View file @
8144d97e
...
@@ -12,20 +12,20 @@
...
@@ -12,20 +12,20 @@
<h4><i
class=
"fas fa-building"
></i>
<h4><i
class=
"fas fa-building"
></i>
<%=
link_to
@job
.
company
.
name
,
jobs_path
(
model:
'company'
,
slug:
@job
.
company
.
slug
),
class:
'text-decoration-none text-dark'
%>
<%=
link_to
@job
.
company
.
name
,
jobs_path
(
model:
'company'
,
slug:
@job
.
company
.
slug
),
class:
'text-decoration-none text-dark'
%>
</h4>
</h4>
<span
class=
"mx-2"
><i
class=
"fas fa-map-marker-alt"
>
</i>
<span
class=
"mx-2
d-inline-block
"
><i
class=
"fas fa-map-marker-alt"
>
</i>
<%
@job
.
locations
.
each
do
|
location
|
%>
<%
@job
.
locations
.
each
do
|
location
|
%>
<%=
link_to
location
.
city
,
jobs_path
(
model:
'location'
,
slug:
location
.
slug
),
class:
'vertical-divider text-dark'
%>
<%=
link_to
location
.
city
,
jobs_path
(
model:
'location'
,
slug:
location
.
slug
),
class:
'vertical-divider text-dark'
%>
<%
end
%>
<%
end
%>
</span>
</span>
<span
class=
"mx-2"
><i
class=
"fas fa-briefcase"
>
</i>
<span
class=
"mx-2
d-inline-block
"
><i
class=
"fas fa-briefcase"
>
</i>
<%
@job
.
industries
.
each
do
|
industry
|
%>
<%
@job
.
industries
.
each
do
|
industry
|
%>
<%=
link_to
industry
.
name
,
jobs_path
(
model:
'industry'
,
slug:
industry
.
slug
),
class:
'vertical-divider text-dark'
%>
<%=
link_to
industry
.
name
,
jobs_path
(
model:
'industry'
,
slug:
industry
.
slug
),
class:
'vertical-divider text-dark'
%>
<%
end
%>
<%
end
%>
</span>
</span>
<span
class=
"mx-2"
><i
class=
"fas fa-user-alt"
></i>
<%=
@job
.
level
%>
</span>
<span
class=
"mx-2
d-inline-block
"
><i
class=
"fas fa-user-alt"
></i>
<%=
@job
.
level
%>
</span>
<span
class=
"mx-2"
><i
class=
"fas fa-business-time"
></i>
<%=
@job
.
experience
%>
</span>
<span
class=
"mx-2
d-inline-block
"
><i
class=
"fas fa-business-time"
></i>
<%=
@job
.
experience
%>
</span>
<span
class=
"mx-2"
><i
class=
"fas fa-wallet"
></i>
<%=
@job
.
salary
%>
</span>
<span
class=
"mx-2
d-inline-block
"
><i
class=
"fas fa-wallet"
></i>
<%=
@job
.
salary
%>
</span>
<span
class=
"mx-2"
><i
class=
"fas fa-calendar-week"
></i>
<%=
@job
.
expiration_date
%>
</span>
<span
class=
"mx-2
d-inline-block
"
><i
class=
"fas fa-calendar-week"
></i>
<%=
@job
.
expiration_date
%>
</span>
<hr>
<hr>
<h3><strong>
Description:
</strong></h3>
<h3><strong>
Description:
</strong></h3>
<%=
@job
.
description
.
html_safe
%>
<%=
@job
.
description
.
html_safe
%>
...
...
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