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
Huỳnh Thiên Phước
venjob
Commits
270b1c6a
Commit
270b1c6a
authored
Aug 04, 2020
by
Huỳnh Thiên Phước
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
push Show Jobs
parent
2648d287
Pipeline
#781
canceled with stages
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
16 deletions
+17
-16
app/views/layouts/_show_jobs.html.erb
+17
-16
No files found.
app/views/layouts/_show_jobs.html.erb
View file @
270b1c6a
<%
@jobs
.
each
do
|
job
|
%>
<%
@jobs
.
each
do
|
job
|
%>
<%
if
job
.
cities
.
present?
%>
<%
if
job
.
cities
.
present?
%>
<div
class=
"border border-dark rounded"
>
<div
class=
"border border-dark rounded"
>
<div
class=
"job-details"
>
<div
class=
"job-details"
>
<div
class=
"title"
><strong>
<%=
job
.
title
%>
</strong></div>
<div
class=
"title"
><strong>
<%=
job
.
title
%>
</strong></div>
<div>
<%=
job
.
company_name
%>
</div>
<div>
<%=
job
.
company_name
%>
</div>
<div
class=
"salary"
>
Salary:
<%=
job
.
salary
%>
</div>
<div
class=
"salary"
>
Salary:
<%=
job
.
salary
%>
</div>
<div>
▼
<div>
▼
<%
job
.
cities
.
each
do
|
city
|
%>
<%
job
.
cities
.
each
do
|
city
|
%>
<%=
city
.
name
%>
<%=
city
.
name
%>
<%
end
%>
<%
end
%>
</div>
</div>
<button
type=
"button"
class=
"btn btn-primary"
id=
"button-follow"
>
♥ Follow
</button>
<button
type=
"button"
class=
"btn btn-primary"
id=
"button-follow"
>
♥ Follow
</button>
</div>
</div>
</div>
</div>
<br>
<br>
<%
end
%>
<%
end
%>
<%
end
%>
<%
end
%>
\ No newline at end of file
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