Sha256: 575514a3ec01d5560414aef45274bf78ebbbe8a7da3aeb3a57eeead9a4915d2e

Contents?: true

Size: 516 Bytes

Versions: 14

Compression:

Stored size: 516 Bytes

Contents

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

<%
edit_link(
  decidim_admin_conferences.conference_speakers_path(current_participatory_space.slug),
  :update,
  :conference,
  conference: current_participatory_space
)
%>

<section class="" id="conference_speakers-grid">
  <div class="row column">
    <h2 class="section-heading"><%= t(".speakers") %></h2>
    <div class="row small-up-2 medium-up-5 mb-l">
      <%= render(collection) %>
    </div>
  </div>
</section>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
decidim-conferences-0.21.0 app/views/decidim/conferences/conference_speakers/index.html.erb
decidim-conferences-0.20.1 app/views/decidim/conferences/conference_speakers/index.html.erb
decidim-conferences-0.20.0 app/views/decidim/conferences/conference_speakers/index.html.erb
decidim-conferences-0.19.1 app/views/decidim/conferences/conference_speakers/index.html.erb
decidim-conferences-0.18.1 app/views/decidim/conferences/conference_speakers/index.html.erb
decidim-conferences-0.19.0 app/views/decidim/conferences/conference_speakers/index.html.erb
decidim-conferences-0.17.2 app/views/decidim/conferences/conference_speakers/index.html.erb
decidim-conferences-0.18.0 app/views/decidim/conferences/conference_speakers/index.html.erb
decidim-conferences-0.17.1 app/views/decidim/conferences/conference_speakers/index.html.erb
decidim-conferences-0.16.1 app/views/decidim/conferences/conference_speakers/index.html.erb
decidim-conferences-0.17.0 app/views/decidim/conferences/conference_speakers/index.html.erb
decidim-conferences-0.16.0 app/views/decidim/conferences/conference_speakers/index.html.erb
decidim-conferences-0.15.2 app/views/decidim/conferences/conference_speakers/index.html.erb
decidim-conferences-0.15.1 app/views/decidim/conferences/conference_speakers/index.html.erb