8 lines
131 B
Plaintext
8 lines
131 B
Plaintext
<%= header %>
|
|
|
|
<%= form_for record, url: update_path do |f| %>
|
|
<%= f.text_field :sdg_target_list %>
|
|
|
|
<%= f.submit %>
|
|
<% end %>
|