Files
nairobi/app/components/sdg_management/relations/edit_component.html.erb
2020-12-21 18:04:48 +01:00

8 lines
131 B
Plaintext

<%= header %>
<%= form_for record, url: update_path do |f| %>
<%= f.text_field :sdg_target_list %>
<%= f.submit %>
<% end %>