Skip to content

Commit 47dc459

Browse files
authored
Fix for attribute not pointing to the ID of the color picker (#29813) (#29815)
Backport #29813 by @yardenshoham It didn't include the word picker. Signed-off-by: Yarden Shoham <[email protected]>
1 parent 817d5e4 commit 47dc459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/projects/view.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</div>
4242

4343
<div class="field color-field">
44-
<label for="new_project_column_color">{{ctx.Locale.Tr "repo.projects.column.color"}}</label>
44+
<label for="new_project_column_color_picker">{{ctx.Locale.Tr "repo.projects.column.color"}}</label>
4545
<div class="color picker column">
4646
<input class="color-picker" maxlength="7" placeholder="#c320f6" id="new_project_column_color_picker" name="color">
4747
{{template "repo/issue/label_precolors"}}

0 commit comments

Comments
 (0)