Sha256: 145c03f6ec3a3014ffd5e5cd6aee1c81a3cd91cc289b7b6cfa2c6bce42d669ed
Contents?: true
Size: 731 Bytes
Versions: 14
Compression:
Stored size: 731 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(".active_step", scope: "layouts") %> <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(".take_part", scope: "layouts") %> <% end %> </div> <% end %>
Version data entries
14 entries across 14 versions & 2 rubygems