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
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xuan Trung Le
venjob
Commits
cf058dbb
Commit
cf058dbb
authored
Oct 30, 2017
by
Xuan Trung Le
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix conflict
parent
ea6a2b1f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
11 deletions
+1
-11
app/views/layouts/_menu.html.erb
+1
-11
No files found.
app/views/layouts/_menu.html.erb
View file @
cf058dbb
...
...
@@ -8,7 +8,7 @@
</ul>
<!-- check an user is logged in or not -->
<ul
class=
"nav navbar-nav navbar-right"
>
<%-
if
current_user
-%>
my_pages
<%-
if
current_user
-%>
<li>
<%=
link_to
my_my_pages_path
do
%>
<i
class=
"fa fa-user"
aria-hidden=
"true"
></i>
My Page
...
...
@@ -26,31 +26,21 @@
<%
end
%>
</li>
<li>
<
<<<<<<
28961f125c2471f7b2c147015938987727aa3193
<%=
link_to
new_user_session_path
do
%>
<
i
class=
"fa fa-sign-in"
aria-hidden=
"true"
></i>
Login
=======
<%=
link_to
register_path
(
step:
1
)
do
%>
<i
class=
"fa fa-plus-circle"
aria-hidden=
"true"
></i>
Register
>>>>>>> update link to download cv my page
<%
end
%>
</li>
<%-
end
-%>
<
<<<<<<
2bb315a626e08b91ef63909403c9791c9db5b2b1
<li>
<%=
link_to
favorites_path
do
%>
Favorite
<i
class=
"fa fa-star"
aria-hidden=
"true"
></i>
<%
end
%>
</li>
<li><a
href=
"#"
><i
class=
"fa fa-history"
aria-hidden=
"true"
></i></span>
History
</a></li>
=======
<li><a
href=
"#"
><i
class=
"fa fa-star"
aria-hidden=
"true"
></i></span>
Favorite
</a></li>
<li>
<%=
link_to
history_my_pages_path
do
%>
<i
class=
"fa fa-history"
aria-hidden=
"true"
></i>
History
<%
end
%>
</li>
>>>>>>> add history page
</ul>
</div>
</nav>
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