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
a861c741
Commit
a861c741
authored
Dec 25, 2019
by
Đường Sỹ Hoàng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed files
parent
9f03ade7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
+1
-2
app/views/layouts/_header.html.erb
+1
-1
config/routes.rb
+0
-1
No files found.
app/views/layouts/_header.html.erb
View file @
a861c741
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<%=
link_to
image_tag
(
"zigexn_logo.png"
,
id:
"logo"
,
alt:
"Venjob logo"
)
%>
<%=
link_to
image_tag
(
"zigexn_logo.png"
,
id:
"logo"
,
alt:
"Venjob logo"
)
%>
<nav
class=
"navbar navbar-light bg-light"
>
<nav
class=
"navbar navbar-light bg-light"
>
<form
class=
"form-inline"
>
<form
class=
"form-inline"
>
<
%=
link_to
"Login"
,
login_index_path
,
class
:"btn btn-outline-success"
%
>
<
button
class=
"btn btn-outline-success"
type=
"button"
>
Login
</button
>
<button
class=
"btn btn-outline-success"
type=
"button"
>
Register
</button>
<button
class=
"btn btn-outline-success"
type=
"button"
>
Register
</button>
<button
class=
"btn btn-outline-success"
type=
"button"
>
Favorite
</button>
<button
class=
"btn btn-outline-success"
type=
"button"
>
Favorite
</button>
<button
class=
"btn btn-outline-success"
type=
"button"
>
History
</button>
<button
class=
"btn btn-outline-success"
type=
"button"
>
History
</button>
...
...
config/routes.rb
View file @
a861c741
...
@@ -2,7 +2,6 @@ Rails.application.routes.draw do
...
@@ -2,7 +2,6 @@ Rails.application.routes.draw do
root
"top#index"
root
"top#index"
resources
:cities
,
only: :index
resources
:cities
,
only: :index
resources
:industries
,
only: :index
resources
:industries
,
only: :index
resources
:login
,
only: :index
resource
:top
,
only: :index
resource
:top
,
only: :index
devise_for
:users
devise_for
:users
end
end
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