Project 'rfhf19/cleanning-portalmec' was moved to 'rfhferreira/cleanning-portalmec'. Please update any links and bookmarks that may still have the old path.
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
Showing with 7 additions and 6 deletions
+7 -6
<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>
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment