Sha256: d31e91fc460dccc0d15f738ab55792bbda58be16cf781ff8531f8a2345fdd02d
Contents?: true
Size: 952 Bytes
Versions: 13
Compression:
Stored size: 952 Bytes
Contents
<% content_for :aside do %> <h1 class="title-decorator"><%= component_name %></h1> <% if current_settings.creation_enabled? && current_component.participatory_space.can_participate?(current_user) %> <%= action_authorized_link_to :create, new_debate_path, class: "button button__xl button__secondary w-full", data: { "redirect_url" => new_debate_path } do %> <span><%= t(".new_debate") %></span> <%= icon "add-fill" %> <% end %> <% end %> <%= render layout: "decidim/shared/filters", locals: { filter_sections:, search_variable:, skip_to_id: "debates" } 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="debates" class="layout-main__section layout-main__heading"> <%= render partial: "debates" %> </section> <% end %>
Version data entries
13 entries across 13 versions & 1 rubygems