AyuntamientoMadrid/participacion

View on GitHub
app/components/sdg_management/relations/search_component.html.erb

Summary

Maintainability
Test Coverage
<%= render Admin::SearchComponent.new(label: label, class: "sdg-relations-search complex") do |component| %>
  <%= component.select_tag :goal_code, goal_options,
                           include_blank: goal_blank_option,
                           "aria-label": goal_label %>
  <%= component.select_tag :target_code, target_options,
                           include_blank: target_blank_option,
                           "aria-label": target_label %>
<% end %>