From a9fdcbc3e7fb43be9b5b25b56c80d11cec970f79 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sun, 17 Dec 2023 20:04:56 +0000 Subject: Gone for light green table and no bootstrap --- app/views/events/index.html.erb | 36 +++++++++++++++++++++++++++++------- 1 file changed, 29 insertions(+), 7 deletions(-) (limited to 'app/views/events') diff --git a/app/views/events/index.html.erb b/app/views/events/index.html.erb index f07b5df..5c9402f 100644 --- a/app/views/events/index.html.erb +++ b/app/views/events/index.html.erb @@ -6,10 +6,29 @@ <%# <%= link_to "New event", new_event_path %1> %> - + + +
+ + + - + + @@ -17,17 +36,20 @@ <% @january_dates.each do |e| %> <% if e.saturday? %> - - + + + <% elsif e.sunday? %> - - + + + <% else %> - + + <% end %> -- cgit v1.2.3
January DateDateBunter Day
<%= e %><%= e.strftime("%A") %><%= e.day %>Toss<%= e.strftime("%A") %>
<%= e %><%= e.strftime("%A") %><%= e.day %>Toss<%= e.strftime("%A") %>
<%= e %><%= e.day %>Toss <%= e.strftime("%A") %>