-
- <%= render("topbar.html", assigns) %> -
+
+ <.topbar current_user={assigns[:current_user]}> -
- <%= if get_flash(@conn, :info) do %> - - <% end %> - <%= if get_flash(@conn, :error) do %> - - <% end %> -
+
+ <%= if get_flash(@conn, :info) do %> + + <% end %> + <%= if get_flash(@conn, :error) do %> + + <% end %> +
+
<%= @inner_content %>