Sha256: 2d10f36fadd13ac8ee52f5a6584979af036bd127eb92c4ae20aed2c58d9462d7
Contents?: true
Size: 831 Bytes
Versions: 28
Compression:
Stored size: 831 Bytes
Contents
<% content_for(:header, "false") %> <% content_for(:title, translated_attribute(model.title)) %> <p class="card__desc"><%= decidim_sanitize html_truncate(translated_attribute(model.short_description), length: 630, separator: "...") %></p> <% content_for(:footer) do %> <div class="card__support"> <% if model.active_step %> <span class="card--process__small"> <%= t("participatory_process_widgets.show.active_step", scope: "layouts.decidim") %> <strong><%= translated_attribute model.active_step.title %></strong> </span> <% end %> <span class="card--process__small"></span> <%= link_to participatory_process_path(model), class: "card__button button small" do %> <%= t("participatory_process_widgets.show.take_part", scope: "layouts.decidim") %> <% end %> </div> <% end %>
Version data entries
28 entries across 28 versions & 1 rubygems