Sha256: 49f85b67bd785f04ca42d4927cc391dedb780f30183c1df1b32e6c384cb74f19

Contents?: true

Size: 776 Bytes

Versions: 7

Compression:

Stored size: 776 Bytes

Contents

<% add_decidim_page_title(t("decidim.components.elections.name")) %>

<%= append_javascript_pack_tag "decidim_elections" %>
<%= append_stylesheet_pack_tag "decidim_elections" %>

<% content_for :aside do %>
  <h1 class="title-decorator"><%= component_name %></h1>

  <%= render layout: "decidim/shared/filters", locals: { filter_sections: , search_variable: :search_text_cont, skip_to_id: "elections" } do %>
    <%= hidden_field_tag :order, order, id: nil, class: "order_filter" %>
  <% end %>
<% end %>

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

  <section id="elections" class="layout-main__section layout-main__heading">
    <%= render partial: "elections" %>
  </section>
<% end %>

Version data entries

7 entries across 7 versions & 1 rubygems

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