Files
something-erlang/lib/something_erlang_web/controllers/page_html/home.html.heex
2024-06-02 15:23:32 +02:00

14 lines
415 B
Plaintext

<.flash_group flash={@flash} />
<.simple_form for={@conn.params} action={~p"/"} phx-submit="save">
<.input field={@conn.params[:forum_path]} name="forum_path" value="" label="SA Url" />
<:actions>
<.button class="btn btn-sm">Redirect</.button>
</:actions>
</.simple_form>
<pre class="whitespace-pre-wrap w-full overflow-x-auto pb-8">
<%= inspect(@current_user) %>
<%= inspect(@conn.cookies) %>
</pre>