%= render "shared/page_actions", :title => t(".title"), :icon_name => "calendar-plus", :label => t(".create_event"), :options => [[t(".create_event"), new_event_path]] %> <%= render "shared/search_form", :placeholder => t(".search_placeholder") %> <%= will_paginate @events %>
| <%= t("admin.columns.title") %> | <%= t(".when") %> | |
|---|---|---|
|
<%= flag("hours-24", Event.human_attribute_name(:allday)) if event.allday %>
<%= flag("sticker", t(".flag_own_title")) if event.title.present? %>
<%= link_to event.display_title, event %>
<% if event.node %>
<% end %>
<% if event.url.present? %>
<% end %>
|
<% if event.rrule.present? %>
<% if event.humanize_rrule %>
<%= event_schedule_text(event) %>
<% else %>
<%= t("events.schedule.unreadable") %>
<% if event.start_time %>
<% end %>
<% end %>
<% else %>
<%= event_date_range(event) %>
<% end %>
|
<%= link_to event_path(event), "aria-label" => t("admin.common.show"),
title: t("admin.common.show") do %>
<%= icon("eye", library: "tabler", "aria-hidden": true) %>
<% end %>
<%= link_to edit_event_path(event), "aria-label" => t("admin.common.edit"),
title: t("admin.common.edit") do %>
<%= icon("edit", library: "tabler", "aria-hidden": true) %>
<% end %>
|