style changes

This commit is contained in:
2024-03-26 17:48:37 +01:00
parent c2465d59e5
commit 5bc3d24405
4 changed files with 13 additions and 10 deletions

View File

@ -1,8 +1,9 @@
<.form :let={f} for={@conn} action={~p"/"}>
<input type="url" name="forum_path" />
<input type="submit" class="btn btn-sm" value="Redirect">
<input type="url" name="forum_path" />
<input type="submit" class="btn btn-sm" value="Redirect" />
</.form>
<pre>
<pre class="whitespace-pre-wrap w-full overflow-x-auto pb-8">
<%= inspect(@current_user) %>
<%= inspect(@conn.cookies) %>
</pre>