Sha256: 12e8777830f3fffaf42ba74042e7cc3b6fe690c05cb077d1f104586901a660dd
Contents?: true
Size: 815 Bytes
Versions: 18
Compression:
Stored size: 815 Bytes
Contents
<% content_for(:header, "false") %> <% content_for(:title, translated_attribute(model.title)) %> <p class="card__desc"><%== 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
18 entries across 18 versions & 2 rubygems