From 409d71ed471703be8c56f2639a3ecb0fa387e6a7 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Tue, 4 Aug 2026 07:07:05 +0200 Subject: Give node lists a flag column and a shared action bar --- app/views/events/index.html.erb | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'app/views/events') diff --git a/app/views/events/index.html.erb b/app/views/events/index.html.erb index a2710c2a..cc3f163d 100644 --- a/app/views/events/index.html.erb +++ b/app/views/events/index.html.erb @@ -22,10 +22,12 @@ <% @events.each do |event| %> - - <%= flag("clock-off", Event.human_attribute_name(:allday)) if event.allday %> - - <%= link_to event.display_title, event %> +
+ + <%= flag("clock-off", Event.human_attribute_name(:allday)) if event.allday %> + +
<%= link_to event.display_title, event %>
+
<%= admin_datetime(event.start_time) %> <%= admin_datetime(event.end_time) %> -- cgit v1.3