Fix missing label for="" in Color form

This commit is contained in:
Alexander Brandon Coles
2025-08-15 00:33:26 +01:00
parent 2ec7690a02
commit a7b8ef66fb
+1 -1
View File
@@ -34,7 +34,7 @@ See COPYRIGHT and LICENSE files for more details.
<%= f.text_field :name, required: true, container_class: "-slim" %>
</div>
<div class="form--field -required">
<label class="form--label"><%= Color.human_attribute_name(:hexcode) %></label>
<label class="form--label" for="color_hexcode"><%= Color.human_attribute_name(:hexcode) %></label>
<span class="form--field-container">
<span class="form--text-field-container -xslim">
<%= text_field_tag "color_hexcode",