Sha256: 92763e69cf0a8b9b27f72c1df6237d6c3b2a3e8f180ce715c67d1466c3d9e67c
Contents?: true
Size: 831 Bytes
Versions: 11
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
11 entries across 11 versions & 1 rubygems