Files
nairobi/app/components/sdg_management/relations/edit_component.html.erb
taitus 334d803332 Add related list selector component
This component allows you to add Goals and Targets in a single
input to relate it to any resource.
We use the new added library to render them as tags.
2021-01-20 19:18:01 +01:00

8 lines
149 B
Plaintext

<%= header %>
<%= form_for record, url: update_path do |f| %>
<%= render SDG::RelatedListSelectorComponent.new(f) %>
<%= f.submit %>
<% end %>