Sha256: bf103edccea5cfbb1e46659a8645b340defe02a971f1df8714d000d0c051da7d

Contents?: true

Size: 685 Bytes

Versions: 4

Compression:

Stored size: 685 Bytes

Contents

<% if has_link_to_resource? %>
  <div class="card__footer">
    <div class="card__support" style="display: block">
      <% if has_actions? %>
        <div class="flex--sbc voting-voting_cards-card" id="proposal-<%= model.id %>-votes-count"><%= cell("decidim/decidim_awesome/voting/voting_cards_counter", model) %></div>
      <% elsif has_footer? %>
        <div class="card__support__data"></div>
        <%= link_to resource_path, class: "card__button button--sc light button small" do %>
          <%= t("decidim.proposals.proposals.proposal.view_proposal") %>
          <span class="show-for-sr"><%= title %></span>
        <% end %>
      <% end %>
    </div>
  </div>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
decidim-decidim_awesome-0.10.3 app/views/decidim/decidim_awesome/voting/voting_cards/_proposal_m_cell_footer.erb
decidim-decidim_awesome-0.10.2 app/views/decidim/decidim_awesome/voting/voting_cards/_proposal_m_cell_footer.erb
decidim-decidim_awesome-0.10.1 app/views/decidim/decidim_awesome/voting/voting_cards/_proposal_m_cell_footer.erb
decidim-decidim_awesome-0.10.0 app/views/decidim/decidim_awesome/voting/voting_cards/_proposal_m_cell_footer.erb