Skip to content
Snippets Groups Projects
Commit 0611520f authored by Mateus Rambo Strey's avatar Mateus Rambo Strey
Browse files

Merge branch 'management_header' into 'master'

Management header



See merge request !147
parents 709d901f 2d9d8d5e
No related branches found
Tags orientdb
No related merge requests found
<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>
......@@ -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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment