summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-08-12 01:35:27 +0200
committererdgeist <erdgeist@erdgeist.org>2026-08-12 01:35:27 +0200
commit6a3237fe81f8fa7ef5a5c929b578df95bf1f58d8 (patch)
tree76c0a3f2794ea0ffaa8bf19fa6cc00c9ffe5a5a2 /app/views
parent5f6f272b433ffb1ec0bda2a5e6d64709c4ac6f33 (diff)
Remove unused classes and consolidate css rules
Diffstat (limited to 'app/views')
-rw-r--r--app/views/nodes/_node_list.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/nodes/_node_list.html.erb b/app/views/nodes/_node_list.html.erb
index 1a0c4797..03a8ddd5 100644
--- a/app/views/nodes/_node_list.html.erb
+++ b/app/views/nodes/_node_list.html.erb
@@ -7,7 +7,7 @@
7<table class="admin_table node_table"> 7<table class="admin_table node_table">
8 <tbody> 8 <tbody>
9 <% @nodes.each do |node| %> 9 <% @nodes.each do |node| %>
10 <tr class="<%= cycle("even", "odd") %>"> 10 <tr>
11 <td class="title"> 11 <td class="title">
12 <div class="title_with_flags"> 12 <div class="title_with_flags">
13 <span class="flag_stack"> 13 <span class="flag_stack">