blablabla

This commit is contained in:
2023-01-18 09:50:14 +01:00
parent 64fb49adce
commit 7f43b33c53
3 changed files with 17 additions and 22 deletions

View File

@ -8,10 +8,10 @@
</div>
<%= button "Log out", class: "btn btn-outline btn-sm",
to: Routes.user_session_path(@conn, :delete), method: :delete %>
<% else %>
<%= 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), method: :get %>
<% end %>
<% else %>
<%= 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), method: :get %>
<% end %>
</div>

View File

@ -22,6 +22,7 @@
<Icons.graph_box />
<% end %>
<% end %>
<%= link "SomethingErlang", to: Routes.page_path(@conn, :index) %>
</div>
<div class="flex-none">
<%= render "_user_menu.html", assigns %>