summaryrefslogtreecommitdiff
path: root/app/views/events
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/events
parent7382e3d15afcef7866667c8b238f4935ae9faff7 (diff)
Add or fix class names for the link underline rules to match
Diffstat (limited to 'app/views/events')
-rw-r--r--app/views/events/index.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/events/index.html.erb b/app/views/events/index.html.erb
index ae4f477..3065efd 100644
--- a/app/views/events/index.html.erb
+++ b/app/views/events/index.html.erb
@@ -1,6 +1,6 @@
1<h1>Listing events</h1> 1<h1>Listing events</h1>
2 2
3<table> 3<table class="events_table">
4 <tr> 4 <tr>
5 <th>Title</th> 5 <th>Title</th>
6 <th>Start time</th> 6 <th>Start time</th>