Skip to content

Commit

Permalink
rename the id of the wrapper div
Browse files Browse the repository at this point in the history
  • Loading branch information
whomingbird committed Dec 19, 2024
1 parent 9be4512 commit d93d270
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 id="<%= attribute.title.parameterize %>" class="form-group">
<div id="<%= "wrapper-#{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 d93d270

Please sign in to comment.