Login, logout all gone.

This commit is contained in:
barnold 2022-09-29 13:22:21 +01:00
parent 24fbcf708b
commit 76df89a970
1 changed files with 0 additions and 7 deletions

View File

@ -12,13 +12,6 @@
<%= link_to("Home" => 'home') %>
<% } %>
<% if (logname) { %>
You are logged in as <%= logname %>.
<%= link_to("Logout" => 'logout') %>
<% } elsif (current_route ne 'auth') { %>
<%= link_to("Login" => 'auth') %>
<% } %>
%= form_for set_rpp => begin
<%= hidden_field target_url => url_with('current') %>
%= label_for rows_per_page => 'Rows per page'