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

@ -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>