diff options
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/events/index.html.erb | 4 |
1 files changed, 4 insertions, 0 deletions
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 </div> <div class="tab-pane fade" id="profile" role="tabpanel" aria-labelledby="profile-tab"> + <%# 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 %> <table> <col style="width: 7%"> <col style="width: 15%"> |