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
c1dd47eb
Commit
c1dd47eb
authored
Jul 31, 2020
by
Tô Ngọc Ánh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add plural for noun
parent
28ad2bf6
Pipeline
#755
canceled with stages
in 0 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
app/views/home/index.html.erb
+5
-5
No files found.
app/views/home/index.html.erb
View file @
c1dd47eb
...
@@ -6,21 +6,21 @@
...
@@ -6,21 +6,21 @@
<%=
render
'shared/searchbar'
%>
<%=
render
'shared/searchbar'
%>
</div>
</div>
</div>
</div>
<div
id=
'latest-job'
class=
'my-4 text-center'
>
<div
id=
'latest-job
s
'
class=
'my-4 text-center'
>
<h1>
Latest Job
</h1>
<h1>
Latest Job
s
</h1>
<div
class=
'row'
>
<div
class=
'row'
>
<%=
render
partial:
'home/job'
,
collection:
@jobs
%>
<%=
render
partial:
'home/job'
,
collection:
@jobs
%>
</div>
</div>
<a
href=
'#'
>
All
j
obs
</a>
<a
href=
'#'
>
All
J
obs
</a>
</div>
</div>
<div
id=
'top-cit
y
'
class=
'my-4 text-center'
>
<div
id=
'top-cit
ies
'
class=
'my-4 text-center'
>
<h1>
Top Cities
</h1>
<h1>
Top Cities
</h1>
<div
class=
'row'
>
<div
class=
'row'
>
<%=
render
partial:
'home/city'
,
collection:
@top_cities
,
as: :location
%>
<%=
render
partial:
'home/city'
,
collection:
@top_cities
,
as: :location
%>
</div>
</div>
<a
href=
'#'
>
All Cities
</a>
<a
href=
'#'
>
All Cities
</a>
</div>
</div>
<div
id=
'top-industr
y
'
class=
'my-4 text-center'
>
<div
id=
'top-industr
ies
'
class=
'my-4 text-center'
>
<h1>
Top Industries
</h1>
<h1>
Top Industries
</h1>
<div
class=
'row'
>
<div
class=
'row'
>
<%=
render
partial:
'home/industry'
,
collection:
@top_industries
,
as: :industry
%>
<%=
render
partial:
'home/industry'
,
collection:
@top_industries
,
as: :industry
%>
...
...
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