···11-<Layouts.app flash={@flash}>
11+<Layouts.app flash={@flash} current_user={@current_user}>
22 <div>
33 <p>
44 Then he told them many things in parables, saying: “A farmer went out to sow his seed. As he was scattering the seed, some fell along the path, and the birds came and ate it up. Some fell on rocky places, where it did not have much soil. It sprang up quickly, because the soil was shallow. But when the sun came up, the plants were scorched, and they withered because they had no root. Other seed fell among thorns, which grew up and choked the plants. Still other seed fell on good soil, where it produced a crop—a hundred, sixty or thirty times what was sown. Whoever has ears, let them hear.”
···77 @impl true
88 def render(assigns) do
99 ~H"""
1010- <Layouts.app flash={@flash}>
1010+ <Layouts.app flash={@flash} current_user={@current_user}>
1111 <.header>
1212 {@page_title}
1313 <:subtitle>Use this form to manage deployment records in your database.</:subtitle>
···66 @impl true
77 def render(assigns) do
88 ~H"""
99- <Layouts.app flash={@flash}>
99+ <Layouts.app flash={@flash} current_user={@current_user}>
1010 <.header>
1111 Deployment {@deployment.id}
1212 <:subtitle>This is a deployment record from your database.</:subtitle>