diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-08-12 01:35:27 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-08-12 01:35:27 +0200 |
| commit | 6a3237fe81f8fa7ef5a5c929b578df95bf1f58d8 (patch) | |
| tree | 76c0a3f2794ea0ffaa8bf19fa6cc00c9ffe5a5a2 /app/views/nodes | |
| parent | 5f6f272b433ffb1ec0bda2a5e6d64709c4ac6f33 (diff) | |
Remove unused classes and consolidate css rules
Diffstat (limited to 'app/views/nodes')
| -rw-r--r-- | app/views/nodes/_node_list.html.erb | 2 |
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"> |
