new parser

This commit is contained in:
2022-08-01 15:58:55 +02:00
parent e0fd6051e3
commit 1cb97fa7f7
8 changed files with 378 additions and 3 deletions

View File

@ -43,7 +43,7 @@ defmodule SomethingErlangWeb.ThreadLive.Show do
<aside class="userinfo bg-base-100 shrink-0 sm:w-[13em]">
<h3 class="mb-4"><%= @info.name %></h3>
<div class="title hidden sm:flex flex-col text-sm pr-4">
<%= raw @info.title %>
<%= raw @info.title %>
</div>
</aside>
"""

View File

@ -12,6 +12,6 @@
<%= link "Register", class: "link",
to: Routes.user_registration_path(@conn, :new) %>
<%= button "Log in", class: "btn btn-sm",
to: Routes.user_session_path(@conn, :new) %>
to: Routes.user_session_path(@conn, :new), method: :get %>
<% end %>
</div>