Sha256: 1bb70da1b947b00a8ca979ab48570950780aeb56a4c8aa2a2480e75965588ae6
Contents?: true
Size: 876 Bytes
Versions: 25
Compression:
Stored size: 876 Bytes
Contents
<figure> <figcaption class="text-uppercase"> <strong> <%= t("filed_as", scope: "decidim.proposals.proposals.tags") %> </strong> </figcaption> <ul> <% if category.present? %> <li> <%= link_to translated_attribute(category.name), resource_locator(model).index(filter: { category_id: category.id }) %> <% if previous_category.present? && show_previous_category? %> <small class="text-small"> <%= t("changed_from", scope: "decidim.proposals.proposals.tags", previous_category: "#{previous_category.translated_name}").html_safe %> </small> <% end %> </li> <% end %> <% if has_visible_scopes?(model) %> <li><%= link_to translated_attribute(scope.name), resource_locator(model).index(filter: { scope_id: [scope.id] }) %></li> <% end %> </ul> </figure>
Version data entries
25 entries across 25 versions & 1 rubygems