Micro commit: User menu. No items work yet.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<ul>
|
||||
<ul class="mt-3 p-2 shadow menu menu-compact dropdown-content bg-base-100 text-neutral rounded-box w-52">
|
||||
<%= if @current_user do %>
|
||||
<li><%= @current_user.email %></li>
|
||||
<li><%= link "Settings", to: Routes.user_settings_path(@conn, :edit) %></li>
|
||||
|
||||
Reference in New Issue
Block a user