summaryrefslogtreecommitdiff
path: root/app/views/assets
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-07-07 21:45:35 +0200
committererdgeist <erdgeist@erdgeist.org>2026-07-07 21:45:35 +0200
commitcb610cebffae879344d5a8c6bebcc71ca5c04b2a (patch)
treeaee3021e346816d2212cbb0ca24f47d0a55f040e /app/views/assets
parent7382e3d15afcef7866667c8b238f4935ae9faff7 (diff)
Add or fix class names for the link underline rules to match
Diffstat (limited to 'app/views/assets')
-rw-r--r--app/views/assets/index.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/assets/index.html.erb b/app/views/assets/index.html.erb
index e26830b..31dae59 100644
--- a/app/views/assets/index.html.erb
+++ b/app/views/assets/index.html.erb
@@ -5,7 +5,7 @@
5 5
6<%= will_paginate @assets %> 6<%= will_paginate @assets %>
7 7
8<table> 8<table class="assets_table">
9 <tr> 9 <tr>
10 </tr> 10 </tr>
11<% @assets.each do |asset| %> 11<% @assets.each do |asset| %>