summaryrefslogtreecommitdiff
path: root/app/views/layouts
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-08-11 00:44:31 +0200
committererdgeist <erdgeist@erdgeist.org>2026-08-11 00:44:31 +0200
commit40e2fae5f910d270ba18c52736179068cbe3333a (patch)
tree6ee90d676ea1e84dc9a85f855fc112f37a601c51 /app/views/layouts
parentfe3e0a5ff6d74e9245c00be32e2506ed2df22b51 (diff)
Fix admin.css button states and table padding
Diffstat (limited to 'app/views/layouts')
-rw-r--r--app/views/layouts/_nav_controls.html.erb3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/layouts/_nav_controls.html.erb b/app/views/layouts/_nav_controls.html.erb
index 70d5130c..66524044 100644
--- a/app/views/layouts/_nav_controls.html.erb
+++ b/app/views/layouts/_nav_controls.html.erb
@@ -36,7 +36,8 @@
36<% end %> 36<% end %>
37 37
38<% if current_user %> 38<% if current_user %>
39 <%= button_to logout_path, method: :delete, aria: { label: t(".log_out") }, title: t(".log_out") do %> 39 <%= button_to logout_path, method: :delete, form: { class: "button_to session_ending" },
40 aria: { label: t(".log_out") }, title: t(".log_out") do %>
40 <%= icon("logout", library: "tabler", "aria-hidden": true) %> 41 <%= icon("logout", library: "tabler", "aria-hidden": true) %>
41 <% end %> 42 <% end %>
42<% end %> 43<% end %>