diff options
author | Matthew Lemon <y@yulqen.org> | 2023-12-18 18:54:11 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-12-18 18:54:11 +0000 |
commit | 1fe9bf5c59ba9d4df5d2c917896348a0e23613a0 (patch) | |
tree | 02c271bb0d4683d49a5fd20939749a67b7f6f646 | |
parent | f56dc4e8d038e79506d1250011df3a78b730eb2c (diff) |
Minor tidy
-rw-r--r-- | app/views/events/index.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/events/index.html.erb b/app/views/events/index.html.erb index 573a67b..89c67bb 100644 --- a/app/views/events/index.html.erb +++ b/app/views/events/index.html.erb @@ -92,7 +92,7 @@ table, isn't it? I'm hoping this text spans all the way across so I can see what <tr> <td><%= e.strftime("%d/%m") %></td> <td><%= e.strftime("%A") %></td> - <td>DSC 2/A</td> + <td>--</td> <td>-</td> <td>-</td> <td>-</td> |