Sha256: 0d7407b60618d31e0c1c9dabf9aa929a5163686feb2147d017653ff450040590

Contents?: true

Size: 699 Bytes

Versions: 15

Compression:

Stored size: 699 Bytes

Contents

<div class="filter-container self-stretch" data-component="accordion">
  <button id="trigger-menu" data-controls="panel-dropdown-menu-index" data-open="false" data-open-md="true">
    <%= icon "arrow-down-s-line" %>
    <%= icon "arrow-up-s-line" %>
    <span><%= t(".document_index") %></span>
  </button>

  <div id="panel-dropdown-menu-index">
    <% @proposals.each do |proposal| %>
      <%= link_to resource_locator(proposal).path, class: "filter last:[&>svg]:text-gray-2" do %>
        <%= icon "bookmark-line" %>
        <span><%= decidim_html_escape(present(proposal).title) %></span>
        <%= icon "arrow-right-s-fill", class: "ml-auto" %>
      <% end %>
    <% end %>
  </div>
</div>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
decidim-proposals-0.29.2 app/views/decidim/proposals/proposals/participatory_texts/_view_index.html.erb
decidim-proposals-0.28.5 app/views/decidim/proposals/proposals/participatory_texts/_view_index.html.erb
decidim-proposals-0.29.1 app/views/decidim/proposals/proposals/participatory_texts/_view_index.html.erb
decidim-proposals-0.28.4 app/views/decidim/proposals/proposals/participatory_texts/_view_index.html.erb
decidim-proposals-0.29.0 app/views/decidim/proposals/proposals/participatory_texts/_view_index.html.erb
decidim-proposals-0.28.3 app/views/decidim/proposals/proposals/participatory_texts/_view_index.html.erb
decidim-proposals-0.29.0.rc4 app/views/decidim/proposals/proposals/participatory_texts/_view_index.html.erb
decidim-proposals-0.29.0.rc3 app/views/decidim/proposals/proposals/participatory_texts/_view_index.html.erb
decidim-proposals-0.29.0.rc2 app/views/decidim/proposals/proposals/participatory_texts/_view_index.html.erb
decidim-proposals-0.29.0.rc1 app/views/decidim/proposals/proposals/participatory_texts/_view_index.html.erb
decidim-proposals-0.28.2 app/views/decidim/proposals/proposals/participatory_texts/_view_index.html.erb
decidim-proposals-0.28.1 app/views/decidim/proposals/proposals/participatory_texts/_view_index.html.erb
decidim-proposals-0.28.0 app/views/decidim/proposals/proposals/participatory_texts/_view_index.html.erb
decidim-proposals-0.28.0.rc5 app/views/decidim/proposals/proposals/participatory_texts/_view_index.html.erb
decidim-proposals-0.28.0.rc4 app/views/decidim/proposals/proposals/participatory_texts/_view_index.html.erb