Sha256: 0f4e88dcf674c06103a4967495d306306bbe7484fe2efc884d44f746c8f928f5

Contents?: true

Size: 846 Bytes

Versions: 7

Compression:

Stored size: 846 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
)
%>

<%# NOTE: this page does not use a regular layout %>
<main class="container">

  <section id="conference_speakers-grid">
    <h1 class="title-decorator my-12">
      <span class="not-sr-only"><%= t("decidim.conferences.conference_speakers.index.speakers", count: "") %></span>
      <span class="sr-only"><%= t("decidim.conferences.conference_speakers.index.speakers", count: "") %> (<%= translated_attribute current_participatory_space.title %>)</span>
    </h1>
    <div class="conference__speaker__container">
      <%= render(collection) %>
    </div>
  </section>

</main>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
decidim-conferences-0.28.4 app/views/decidim/conferences/conference_speakers/index.html.erb
decidim-conferences-0.28.3 app/views/decidim/conferences/conference_speakers/index.html.erb
decidim-conferences-0.28.2 app/views/decidim/conferences/conference_speakers/index.html.erb
decidim-conferences-0.28.1 app/views/decidim/conferences/conference_speakers/index.html.erb
decidim-conferences-0.28.0 app/views/decidim/conferences/conference_speakers/index.html.erb
decidim-conferences-0.28.0.rc5 app/views/decidim/conferences/conference_speakers/index.html.erb
decidim-conferences-0.28.0.rc4 app/views/decidim/conferences/conference_speakers/index.html.erb