From acd136cfc4029cd5025a6e2c8c5604a57dd2bbaa Mon Sep 17 00:00:00 2001 From: swag Date: Fri, 2 Jun 2023 14:48:52 -0400 Subject: [PATCH] Remove login button (most users won't need this) --- templates/layouts/default.html.ep | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 96e635f..7773f14 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -25,8 +25,6 @@ (class => 'click') %> <% if (is_mod) { =%> <%= link_to Logout => mod_logout => (class => 'click') %> - <% } else { =%> - <%= link_to Login => mod_login => (class => 'click') %> <% } =%>