feat: add userdata for profile button #170
This commit is contained in:
parent
6033e33622
commit
e3dd333e89
15 changed files with 41 additions and 24 deletions
|
|
@ -4,7 +4,7 @@ defmodule MvWeb.MemberLive.Form do
|
|||
@impl true
|
||||
def render(assigns) do
|
||||
~H"""
|
||||
<Layouts.app flash={@flash}>
|
||||
<Layouts.app flash={@flash} current_user={@current_user}>
|
||||
<.header>
|
||||
{@page_title}
|
||||
<:subtitle>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue