Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
EIP
Project Forum
Project Forum
Commits
0896eb7b
Commit
0896eb7b
authored
Aug 10, 2018
by
David Alderliesten
Browse files
Fix Admin Sidebar
parent
997a4728
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/views/layouts/admin/_sidebar.html.erb
0 → 100644
View file @
0896eb7b
<%=
link_to
image_tag
(
'logos/bepsys-logo.png'
,
alt:
'BEPSys'
,
height:
'100px'
),
admin_root_path
,
class:
'navbar-brand'
%>
<nav
class=
"nav flex-column"
>
<%=
link_to
(
fa_icon
'sign-out'
,
text:
t
(
'sidebar.sign-out'
)),
destroy_user_session_path
,
method: :delete
,
class:
'nav-link'
%>
</nav>
app/views/layouts/admin/application.html.erb
View file @
0896eb7b
...
...
@@ -22,7 +22,7 @@
<div
class=
"sidebar admin"
>
<%=
render
'
admin/
layouts/
sidebar
/sidebar'
%>
<%=
render
'layouts/
admin
/sidebar'
%>
</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