<%= t("shared.tags_cloud.categories") %>


    <% @process.tag_list_on(:customs).each do |tag| %>
  • <% css_class = { class: "is-active" } if params[:search] == tag %> <%= link_to tag, legislation_process_proposals_path(process_id: @process, search: tag), css_class || {} %>
  • <% end %>