9 lines
195 B
Plaintext
9 lines
195 B
Plaintext
<.form :let={f} for={@conn} action={~p"/"}>
|
|
<input type="url" name="forum_path" />
|
|
<input type="submit" class="btn btn-sm" value="Redirect">
|
|
</.form>
|
|
|
|
<pre>
|
|
<%= inspect(@current_user) %>
|
|
</pre>
|