Sha256: 6b52e835bbf4d7ef8b295d580a3a191bb9221192fa5e76cec10d80c3a7680f19

Contents?: true

Size: 481 Bytes

Versions: 2

Compression:

Stored size: 481 Bytes

Contents

<ul class="tags tags--initiative">
  <li><%= link_to translated_attribute(resource.type.title), initiatives_path(filter: { with_any_type: [resource.type.id] }) %></li>
  <li><%= link_to translated_attribute(resource.scope_name), initiatives_path(filter: { with_any_scope: [resource.scope&.id] }) %></li>
  <% if resource.area %>
    <li><%= link_to translated_attribute(resource.area_name), initiatives_path(filter: { with_any_area: [resource.area.id] }) %></li>
  <% end %>
</ul>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
decidim-initiatives-0.27.5 app/views/decidim/initiatives/initiatives/_tags.html.erb
decidim-initiatives-0.27.4 app/views/decidim/initiatives/initiatives/_tags.html.erb