From f0137613ed2a63386e4fcc4a6dd03a8264734faa Mon Sep 17 00:00:00 2001 From: swag Date: Sat, 6 May 2023 00:31:10 -0400 Subject: [PATCH] Whoops lmao --- templates/layouts/default.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 088413a..4fbebf2 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -15,7 +15,7 @@ <%= link_to RSS => threads_feed => {format => 'rss'} %> <% if (is_mod) { =%> - <%= link_to Logout => 'mod_logout' %> + <%= link_to Logout => 'mod_logout' %> <% } else { =%> <%= link_to Login => 'mod_login' %> <% } =%>