Sha256: 9a431da01f05ab8aea3ed982783f0b9955883b4a7a6cb3e8beae9c92fa906147

Contents?: true

Size: 483 Bytes

Versions: 2

Compression:

Stored size: 483 Bytes

Contents

<%=
  extended_navigation_bar([
    {
      name: t("menu.calendar", scope: "decidim.calendar"),
      url: calendar_index_path,
      active: is_active_link?(calendar_index_path, :exclusive)
    },
    {
      name: t("menu.gantt", scope: "decidim.calendar"),
      url: calendar_gantt_path,
      active: is_active_link?(calendar_gantt_path, :exclusive)
    },
    {
      name: t("menu.ical", scope: "decidim.calendar"),
      url: calendar_ical_path,
    }
  ], max_items: 1)
%>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
decidim-calendar-0.19.0 app/views/layouts/_calendar_navigation.html.erb
decidim-calendar-0.13.1.3 app/views/layouts/_calendar_navigation.html.erb