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
e68f4427
Commit
e68f4427
authored
Dec 18, 2019
by
nnnghia98
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed some div
parent
dd160e6f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
app/views/industries/index.html.erb
+1
-3
app/views/tops/index.html.erb
+2
-2
No files found.
app/views/industries/index.html.erb
View file @
e68f4427
<div
class=
"container"
>
<div
class=
"row row-cols-5"
>
<div
class=
"row row-cols-5"
>
<%=
render
partial:
"industries/industry"
,
collection:
@industries
%>
<%=
render
partial:
"industries/industry"
,
collection:
@industries
%>
</div>
</div>
</div>
app/views/tops/index.html.erb
View file @
e68f4427
...
@@ -19,10 +19,10 @@
...
@@ -19,10 +19,10 @@
</div>
</div>
<div
class=
"top_cities"
>
<div
class=
"top_cities"
>
<%=
render
partial:
"shared/top_cities"
%>
<%=
render
"shared/top_cities"
%>
</div>
</div>
<div
class=
"top_industries"
>
<div
class=
"top_industries"
>
<%=
render
partial:
"shared/top_industries"
%>
<%=
render
"shared/top_industries"
%>
</div>
</div>
</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