Sha256: 525adc1c693342cbd12092368556c8a1a5d08070f7f721164014a05e0b9af940
Contents?: true
Size: 868 Bytes
Versions: 1
Compression:
Stored size: 868 Bytes
Contents
<div class="budget-list__data <%= data_class %>"> <% if voting_finished? %> <div class="budget-list__data__votes"> <%= cell("decidim/lausanne/budgets/project_votes_count", model) %> <%= cell("decidim/lausanne/budgets/project_voted_hint", model, class: "display-block margin-top-1") %> </div> <% else %> <span class="budget-list__data__number budget-list__number show-for-medium"> <%= budget_to_currency(model.budget_amount) %> <%= cell("decidim/lausanne/budgets/project_votes_count", model, layout: :one_line, class: "display-inline-block") %> <%= cell("decidim/lausanne/budgets/project_voted_hint", model, class: "display-block margin-top-1") if current_order_checked_out? && resource_added? %> </span> <%= render :project_data_vote_button if !current_order_checked_out? && voting_open? %> <% end %> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
decidim-lausanne-budgets-0.1.0 | app/cells/decidim/lausanne/budgets/project_list_item/project_data.erb |