Micro commit: User menu. No items work yet.

This commit is contained in:
Ryan Pandya
2022-10-23 22:38:47 -07:00
parent 51e559478a
commit 29474f49c1
3 changed files with 13 additions and 4 deletions
@@ -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>