Allow user to see their profile page
This commit is contained in:
parent
b4e56645f6
commit
267dc439f1
4 changed files with 18 additions and 11 deletions
|
|
@ -40,7 +40,7 @@
|
|||
|
||||
<div class="d-flex flex-wrap justify-content-end pe-3 py-3 mb-4">
|
||||
<% if current_user %>
|
||||
<%= current_user.email %>
|
||||
<a href="/users/<%= current_user.id %>"><%= current_user.email %></a>
|
||||
<% else %>
|
||||
|
||||
<% end %>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue