Files
something-erlang/lib/something_erlang_web/controllers/page_html/home.html.heex

9 lines
195 B
Plaintext
Raw Normal View History

2023-02-17 15:05:27 +01:00
<.form :let={f} for={@conn} action={~p"/"}>
<input type="url" name="forum_path" />
<input type="submit" class="btn btn-sm" value="Redirect">
</.form>
2023-01-18 16:13:51 +01:00
<pre>
2023-02-17 15:05:27 +01:00
<%= inspect(@current_user) %>
2023-01-18 16:13:51 +01:00
</pre>