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
Đường Sỹ Hoàng
VenJob
Commits
adcb38b3
Commit
adcb38b3
authored
Jan 08, 2020
by
Đường Sỹ Hoàng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Deleted header files, fixed space
parent
11efa041
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
45 deletions
+5
-45
app/views/cities/index.html.erb
+0
-7
app/views/industries/index.html.erb
+0
-9
app/views/jobs/index.html.erb
+0
-7
app/views/jobs/show.html.erb
+5
-12
app/views/top/index.html.erb
+0
-10
No files found.
app/views/cities/index.html.erb
View file @
adcb38b3
<div
class=
"center jumbotron"
>
<head>
<title>
<%=
yield
(
:title
)
%>
Venjob
</title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
</head>
</div>
<!--Display regions list-->
<!--Display regions list-->
<div
class=
"area-title-wrapper"
>
<div
class=
"area-title-wrapper"
>
<h3>
City List
</h3>
<h3>
City List
</h3>
...
...
app/views/industries/index.html.erb
View file @
adcb38b3
<div
class=
"center jumbotron"
>
<head>
<title>
<%=
yield
(
:title
)
%>
Venjob
</title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
</head>
</div>
</br>
<!--Display industries list-->
<!--Display industries list-->
<div
class=
"area-title-wrapper"
>
<div
class=
"area-title-wrapper"
>
<h3>
Industry List
</h3>
<h3>
Industry List
</h3>
...
...
app/views/jobs/index.html.erb
View file @
adcb38b3
<div
class=
"center jumbotron"
>
<head>
<title>
<%=
yield
(
:title
)
%>
Venjob
</title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
</head>
</div>
<!--Display all jobs -->
<!--Display all jobs -->
<div
class=
"all jobs"
>
<div
class=
"all jobs"
>
<div
class=
"job-title-wrapper"
>
<div
class=
"job-title-wrapper"
>
...
...
app/views/jobs/show.html.erb
View file @
adcb38b3
<div
class=
"center jumbotron"
>
<head>
<title>
<%=
yield
(
:title
)
%>
Venjob
</title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
</head>
</div>
<!--links menu-->
<!--links menu-->
<nav
aria-label=
"breadcrumb"
>
<nav
aria-label=
"breadcrumb"
>
<ol
class=
"breadcrumb"
>
<ol
class=
"breadcrumb"
>
...
@@ -30,20 +23,20 @@
...
@@ -30,20 +23,20 @@
<dt
class=
"col-sm-3"
>
Position:
</dt>
<dt
class=
"col-sm-3"
>
Position:
</dt>
<dd
class=
"col-sm-9"
>
<dd
class=
"col-sm-9"
>
<%=
@job
.
position
%>
<%=
@job
.
position
%>
</dd>
</dd>
<dt
class=
"col-sm-3"
>
City:
</dt>
<dt
class=
"col-sm-3"
>
City:
</dt>
<dd
class=
"col-sm-9"
>
<dd
class=
"col-sm-9"
>
<%
@job
.
cities
.
map
(
&
:name
).
each
do
|
city_name
|
%>
<%
@job
.
cities
.
each
do
|
city
|
%>
<%=
link_to
city
_name
,
city_jobs_path
(
City
.
find_by_name
(
city_name
).
id
)
%>
<%=
link_to
city
.
name
,
city_jobs_path
(
city
)
%>
<%
end
%>
<%
end
%>
</dd>
</dd>
<dt
class=
"col-sm-3"
>
Industry:
</dt>
<dt
class=
"col-sm-3"
>
Industry:
</dt>
<dd
class=
"col-sm-9"
>
<dd
class=
"col-sm-9"
>
<%
@job
.
industries
.
map
(
&
:name
).
each
do
|
industry_name
|
%>
<%
@job
.
industries
.
each
do
|
industry
|
%>
<%=
link_to
industry
_name
,
industry_jobs_path
(
Industry
.
find_by_name
(
industry_name
).
id
)
%>
<%=
link_to
industry
.
name
,
industry_jobs_path
(
industry
)
%>
<%
end
%>
<%
end
%>
</dd>
</dd>
...
...
app/views/top/index.html.erb
View file @
adcb38b3
<div
class=
"center jumbotron"
>
<head>
<title>
<%=
yield
(
:title
)
%>
Venjob
</title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<div
class=
"text-center"
>
<h4>
Total Jobs:
<%=
Job
.
count
%>
</h4>
</div>
</head>
</div>
<!-- List of latest jobs-->
<!-- List of latest jobs-->
<div
class=
"Job list"
>
<div
class=
"Job list"
>
<div
class=
"Job-title-wrapper"
>
<div
class=
"Job-title-wrapper"
>
...
...
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