blablabla
This commit is contained in:
@ -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>
|
||||
|
@ -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 %>
|
||||
|
Reference in New Issue
Block a user