From 9d4b92824d7b8d7d6ee2eafe3beed66d162e82f7 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 18 Dec 2023 20:27:25 +0000 Subject: Adds a comment to the view I am thinking about how to render the table properly. There are two concerns: the table, and populating it. --- app/views/events/index.html.erb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app') diff --git a/app/views/events/index.html.erb b/app/views/events/index.html.erb index 89c67bb..036e0db 100644 --- a/app/views/events/index.html.erb +++ b/app/views/events/index.html.erb @@ -104,6 +104,10 @@ table, isn't it? I'm hoping this text spans all the way across so I can see what
+ <%# Two concerns: %> + <%# 1. draw a table given a month, year and array of orgs %> + <%# 2. populate that table with Events for each Organisation given the date %> + <%# 3. Move this into a partial %> -- cgit v1.2.3