%-
# TODO: Change Concept.labeling_classes to Collection.labeling_classes (in model
# too). If those two settings differ (e.g. in spez) don't forget to add
# migrations to update existing data.
-%>
<%- # TODO: Add a Collection config for Note classes. %>
<% [ Note::SKOS::Definition ].each do |klass| %>
<%= render :partial => klass.edit_partial_name(@collection),
:locals => { :owner_klass => @collection, :assoc_klass => klass, :f => f } %>
<% end %>
<%= f.submit t("txt.common.save") %>