14 lines
415 B
Plaintext
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>
|