Skip to content

Commit

Permalink
add the ID attribute for each extended metadata attribute for Javasc…
Browse files Browse the repository at this point in the history
…ript code to select
  • Loading branch information
whomingbird committed Dec 12, 2024
1 parent 4bec69d commit edae952
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<% extended_metadata_type.extended_metadata_attributes.each do |attribute| %>
<div class="form-group">
<div id="<%= attribute.title.parameterize %>" class="form-group">
<%= extended_metadata_form_field_for_attribute(attribute,resource, parent_resource) %>
<% unless attribute.description.nil? %>
<%= extended_metadata_attribute_description(attribute.description) %>
Expand Down

0 comments on commit edae952

Please sign in to comment.