Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PortalMEC
portalmec
Commits
0611520f
Commit
0611520f
authored
Feb 05, 2016
by
Mateus Rambo Strey
Browse files
Merge branch 'management_header' into 'master'
Management header See merge request
!147
parents
709d901f
2d9d8d5e
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/views/shared/management/_notification_bar.html.erb
View file @
0611520f
<div
class=
"ls-notification-topbar"
>
<!-- Link of support/help -->
<div
class=
"ls-alerts-list"
>
<
!--
div class="ls-alerts-list">
<a href="#" class="ls-ico-bell-o" data-counter="5" data-ls-module="topbarCurtain" data-target="#ls-notification-curtain"><span>Notificações</span></a>
<a href="#" class="ls-ico-bullhorn" data-ls-module="topbarCurtain" data-target="#ls-help-curtain"><span>Ajuda</span></a>
<a href="#" class="ls-ico-question" data-ls-module="topbarCurtain" data-target="#ls-feedback-curtain"><span>Sugestões</span></a>
</div>
</div
--
>
<!-- User details -->
<%=
render
'shared/management/user_account'
%>
</div>
\ No newline at end of file
</div>
app/views/shared/management/_user_account.html.erb
View file @
0611520f
...
...
@@ -4,8 +4,9 @@
</a>
<nav
class=
"ls-dropdown-nav ls-user-menu"
>
<ul>
<li><a
href=
"#"
>
Conta
</a></li>
<li><a
href=
"#"
>
Logout
</a></li>
<li>
<%=
link_to
"Voltar para o Portal"
,
root_path
%>
</li>
<li>
<%=
link_to
"Conta"
,
me_users_path
%>
</li>
<li>
<%=
link_to
"Sair"
,
destroy_user_session_path
,
method:
'delete'
%>
</li>
</ul>
</nav>
</div>
\ No newline at end of file
</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