Sha256: ec70d9163556d0c838626f9978813f07f7e6b8df6423d87a99539c790c82c784
Contents?: true
Size: 819 Bytes
Versions: 2
Compression:
Stored size: 819 Bytes
Contents
<% add_decidim_meta_tags(title: t("conferences.index.title", scope: "decidim")) %> <% edit_link( decidim_admin_conferences.conferences_path, :read, :conference_list ) %> <main class="wrapper"> <% if promoted_conferences.any? %> <section id="highlighted-conferences" class="row section"> <h1 class="section-heading"><%= t("conferences.index.promoted_conferences", scope: "layouts.decidim") %></h1> <%= render partial: "promoted_conference", collection: promoted_conferences, as: :promoted_conference %> </section> <% end %> <section id="conferences-grid" class="section row collapse"> <%= render partial: "decidim/conferences/order_by_conferences" %> <div class="row small-up-1 medium-up-2 large-up-3 card-grid"> <%= render(collection) %> </div> </section> </main>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
decidim-conferences-0.15.2 | app/views/decidim/conferences/conferences/index.html.erb |
decidim-conferences-0.15.1 | app/views/decidim/conferences/conferences/index.html.erb |