Skip to content
Snippets Groups Projects
Commit 1a753ad5 authored by Mauricio Giacomini Girardello's avatar Mauricio Giacomini Girardello
Browse files

change user profile link

parent b64f3ea4
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@
<% if user_signed_in? %>
<div class="media">
<div class="media-body">
<h2 class="media-heading"><%= link_to current_user.name.split(" ").first, edit_user_registration_path %></h2>
<h2 class="media-heading"><%= link_to current_user.name.split(" ").first, me_users_path %></h2>
<h4><%= link_to 'sair', destroy_user_session_path, method: 'delete', class: "quit-link" %></h4>
</div>
<div class="media-right">
......
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