Sha256: a47e24178d9058862b12045acf26ee9a05f0d7c7eb8b4020551c1e14784ceb72

Contents?: true

Size: 1.33 KB

Versions: 6

Compression:

Stored size: 1.33 KB

Contents

<%= render partial: "decidim/shared/component_announcement" %>

<div class="row">
  <div class="columns">
    <div class="paragraph__layout">
      <div class="paragraph__main">
        <div class="m-bottom paragraph__back-button">
          <%= link_to paragraphs_path(filter_link_params), class: "small hollow" do %>
            <%= icon "chevron-left", class: "icon--small", role: "img", "aria-hidden": true %>
            <%= t("decidim.enhanced_textwork.paragraphs.show.back_to_list") %>
          <% end %>
        </div>
        <h2 class="heading2 margin-bottom-1"><%= render_participatory_text_title(@participatory_text) %></h2>
        <%= render partial: "decidim/enhanced_textwork/paragraphs/participatory_texts/view_index" %>
        <div class="card" id="paragraphs">
          <% @paragraphs.each do |paragraph| %>
            <%= cell("decidim/enhanced_textwork/participatory_text_paragraph", paragraph, active_paragraph: local_assigns[:active_paragraph], context: { current_user: current_user }) %>
          <% end %>
        </div>
      </div>

      <div class="paragraph__sidebar">
        <% if local_assigns[:active_paragraph].presence %>
          <%= render partial: "decidim/enhanced_textwork/paragraphs/participatory_texts/overview", locals: { paragraph: active_paragraph } %>
        <% end %>
      </div>
    </div>
  </div>
</div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
decidim-enhanced_textwork-1.0.5 app/views/decidim/enhanced_textwork/paragraphs/participatory_texts/participatory_text.html.erb
decidim-enhanced_textwork-1.0.4 app/views/decidim/enhanced_textwork/paragraphs/participatory_texts/participatory_text.html.erb
decidim-enhanced_textwork-1.0.3 app/views/decidim/enhanced_textwork/paragraphs/participatory_texts/participatory_text.html.erb
decidim-enhanced_textwork-1.0.2 app/views/decidim/enhanced_textwork/paragraphs/participatory_texts/participatory_text.html.erb
decidim-enhanced_textwork-1.0.1 app/views/decidim/enhanced_textwork/paragraphs/participatory_texts/participatory_text.html.erb
decidim-enhanced_textwork-1.0.0 app/views/decidim/enhanced_textwork/paragraphs/participatory_texts/participatory_text.html.erb