Sha256: aa6d4dc37825c86e2beaaaf53d8e9c73495881d1b8d4d0699f98f074aeb3077b

Contents?: true

Size: 1.15 KB

Versions: 13

Compression:

Stored size: 1.15 KB

Contents

<% add_decidim_meta_tags(title: t("conferences.index.title", scope: "decidim")) %>

<%
edit_link(
  decidim_admin_conferences.conferences_path,
  :read,
  :conference_list
)
%>

<% content_for :aside do %>
  <h1 class="title-decorator"><%= t("decidim.conferences.index.title") %></h1>
<% end %>

<%= render layout:"layouts/decidim/shared/layout_two_col" do %>
  <%= participatory_space_floating_help %>

  <% if promoted_conferences.any? %>
    <section id="highlighted-conferences" class="layout-main__section layout-main__heading">
      <h2 class="h3 decorator"><%= t("conferences.index.promoted_conferences", scope: "layouts.decidim") %></h2>
      <% promoted_conferences.each do |promoted_conference| %>
        <%= card_for promoted_conference, highlight: true %>
      <% end %>
    </section>
  <% end %>

  <section id="conferences-grid" class="layout-main__section layout-main__heading">
    <h2 class="h3 decorator"><%= t("conferences.order_by_conferences.conferences", scope: "layouts.decidim", count: conferences.size) %></h2>
    <div class="card__grid-grid">
      <%= render(collection) %>
    </div>

    <%= decidim_paginate collection %>
  </section>
<% end %>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
decidim-conferences-0.29.1 app/views/decidim/conferences/conferences/index.html.erb
decidim-conferences-0.28.4 app/views/decidim/conferences/conferences/index.html.erb
decidim-conferences-0.29.0 app/views/decidim/conferences/conferences/index.html.erb
decidim-conferences-0.28.3 app/views/decidim/conferences/conferences/index.html.erb
decidim-conferences-0.29.0.rc4 app/views/decidim/conferences/conferences/index.html.erb
decidim-conferences-0.29.0.rc3 app/views/decidim/conferences/conferences/index.html.erb
decidim-conferences-0.29.0.rc2 app/views/decidim/conferences/conferences/index.html.erb
decidim-conferences-0.29.0.rc1 app/views/decidim/conferences/conferences/index.html.erb
decidim-conferences-0.28.2 app/views/decidim/conferences/conferences/index.html.erb
decidim-conferences-0.28.1 app/views/decidim/conferences/conferences/index.html.erb
decidim-conferences-0.28.0 app/views/decidim/conferences/conferences/index.html.erb
decidim-conferences-0.28.0.rc5 app/views/decidim/conferences/conferences/index.html.erb
decidim-conferences-0.28.0.rc4 app/views/decidim/conferences/conferences/index.html.erb