Sha256: 28b3f7c0529d0d56ad50a38ae2c7f27d0c1401e2146fcf1bafd2d24149e93320

Contents?: true

Size: 720 Bytes

Versions: 8

Compression:

Stored size: 720 Bytes

Contents

<div class="row column voluntary-work-list">
  <section class="section">
    <div class="card card--list">
      <% delegations.each do |delegation| %>
        <div class="card--list__item">
          <div class="card--list__text">
            <div>
              <h5 class="card--list__heading">
              <%= link_to translated_attribute(delegation.consultation.title), decidim_consultations.consultation_path(delegation.consultation) %>
              </h5>
              <span class="text-small">
                <%= t(".vote_delegated", name: "<strong>#{delegation.granter.name}</strong>").html_safe %>
              </span>
            </div>
          </div>
        </div>
      <% end %>
  </section>
</div>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
decidim-action_delegator-0.8.1 app/views/decidim/action_delegator/user_delegations/index.html.erb
decidim-action_delegator-0.7.2 app/views/decidim/action_delegator/user_delegations/index.html.erb
decidim-action_delegator-0.7.1 app/views/decidim/action_delegator/user_delegations/index.html.erb
decidim-action_delegator-0.7.0 app/views/decidim/action_delegator/user_delegations/index.html.erb
decidim-action_delegator-0.6.0 app/views/decidim/action_delegator/user_delegations/index.html.erb
decidim-action_delegator-0.5.0 app/views/decidim/action_delegator/user_delegations/index.html.erb
decidim-action_delegator-0.4.1 app/views/decidim/action_delegator/user_delegations/index.html.erb
decidim-action_delegator-0.4 app/views/decidim/action_delegator/user_delegations/index.html.erb