Sha256: 18903de1e32ab0c564d84cb7853419f2c275bda7ee2ee620d624907729758f3f

Contents?: true

Size: 874 Bytes

Versions: 50

Compression:

Stored size: 874 Bytes

Contents

<% if vote_limit_enabled? %>
  <div class="row column">
    <div class="callout secondary">
      <div class="row">
        <div class="columns medium-8 large-9">
          <h3 class="heading3"><%= t('.vote_limit.title', limit: feature_settings.vote_limit) %></h3>
          <p><%= t('.vote_limit.description', limit: feature_settings.vote_limit) %></p>
        </div>
        <div class="columns medium-4 large-3">
          <div class="card card--nomargin text-center">
            <div class="card__content">
              <span class="definition-data__title"><%= t('.vote_limit.left', limit: feature_settings.vote_limit) %></span>
              <%= render partial: "remaining_votes_count" %>
              <span class="extra__suport-text"><%= t('.vote_limit.votes') %></span>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
<% end %>

Version data entries

50 entries across 50 versions & 2 rubygems

Version Path
decidim-proposals-0.6.8 app/views/decidim/proposals/proposals/_votes_limit.html.erb
decidim-0.6.8 decidim-proposals/app/views/decidim/proposals/proposals/_votes_limit.html.erb
decidim-proposals-0.6.7 app/views/decidim/proposals/proposals/_votes_limit.html.erb
decidim-0.6.7 decidim-proposals/app/views/decidim/proposals/proposals/_votes_limit.html.erb
decidim-proposals-0.6.6 app/views/decidim/proposals/proposals/_votes_limit.html.erb
decidim-0.6.6 decidim-proposals/app/views/decidim/proposals/proposals/_votes_limit.html.erb
decidim-proposals-0.6.5 app/views/decidim/proposals/proposals/_votes_limit.html.erb
decidim-0.6.5 decidim-proposals/app/views/decidim/proposals/proposals/_votes_limit.html.erb
decidim-proposals-0.6.4 app/views/decidim/proposals/proposals/_votes_limit.html.erb
decidim-0.6.4 decidim-proposals/app/views/decidim/proposals/proposals/_votes_limit.html.erb
decidim-proposals-0.6.3 app/views/decidim/proposals/proposals/_votes_limit.html.erb
decidim-0.6.3 decidim-proposals/app/views/decidim/proposals/proposals/_votes_limit.html.erb
decidim-proposals-0.6.2 app/views/decidim/proposals/proposals/_votes_limit.html.erb
decidim-0.6.2 decidim-proposals/app/views/decidim/proposals/proposals/_votes_limit.html.erb
decidim-proposals-0.6.1 app/views/decidim/proposals/proposals/_votes_limit.html.erb
decidim-0.6.1 decidim-proposals/app/views/decidim/proposals/proposals/_votes_limit.html.erb
decidim-proposals-0.6.0 app/views/decidim/proposals/proposals/_votes_limit.html.erb
decidim-0.6.0 decidim-proposals/app/views/decidim/proposals/proposals/_votes_limit.html.erb
decidim-proposals-0.5.1 app/views/decidim/proposals/proposals/_votes_limit.html.erb
decidim-0.5.1 decidim-proposals/app/views/decidim/proposals/proposals/_votes_limit.html.erb