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
Nguyen Ngoc Nghia
VeNJOB
Commits
bb73edf4
Commit
bb73edf4
authored
Dec 03, 2019
by
nnnghia98
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
delete 1 file
parent
9ec44ff7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
36 deletions
+0
-36
app/views/static_pages/top_page.html.erb
+0
-36
No files found.
app/views/static_pages/top_page.html.erb
deleted
100644 → 0
View file @
9ec44ff7
<div
class=
"center jumbotron"
>
<div
class=
"banner"
>
<img
src=
"banner.png"
alt=
"Banner"
>
</div>
<div
class=
"search"
></div>
<div
class=
"lastest_jobs"
>
<h3>
Latest jobs
</h3>
<table
class=
"table"
>
<tbody>
<ul
class=
"table"
>
<%=
render
partial:
"jobs/job"
,
collection:
@jobs
%>
</ul>
</tbody>
</table>
<%=
paginate
@jobs
%>
</div>
<div
class=
"top_cities"
>
<h3>
Top cities
</h3>
<ul
class=
"list-group list-group-horizontal"
>
<%=
render
partial:
"cities/city"
,
collection:
@cities
%>
</ul>
</div>
<div
class=
"top_industries"
>
<h3>
Top industries
</h3>
<ul
class=
"list-group list-group-horizontal"
>
<%=
render
partial:
"industries/industry"
,
collection:
@industries
%>
</ul>
</div>
</div>
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