Sha256: 2dcc4a5539b6c6228f7d65a90ea7ab533ae89acf1b1530638fd3090b1fe02fa6
Contents?: true
Size: 596 Bytes
Versions: 69
Compression:
Stored size: 596 Bytes
Contents
<ul class="tags tags--sortition"> <li> <%= link_to t("filters.active", scope: "decidim.sortitions.sortitions"), sortitions_path(filter: { state: "active" }) unless sortition.cancelled? %> <%= link_to t("filters.cancelled", scope: "decidim.sortitions.sortitions"), sortitions_path(filter: { state: "cancelled" }) if sortition.cancelled? %> </li> <% if sortition.category.present? %> <li> <%= link_to translated_attribute(sortition.category.name), sortitions_path(filter: { category_id: [sortition.category.id] }) %> </li> <% end %> </ul>
Version data entries
69 entries across 69 versions & 1 rubygems