mirror of https://github.com/go-gitea/gitea.git
Fix `for` attribute not pointing to the ID of the color picker (#29813)
It didn't include the word picker. Signed-off-by: Yarden Shoham <git@yardenshoham.com>
This commit is contained in:
parent
d08f4360c9
commit
3b6e57273a
|
@ -41,7 +41,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="field color-field">
|
<div class="field color-field">
|
||||||
<label for="new_project_column_color">{{ctx.Locale.Tr "repo.projects.column.color"}}</label>
|
<label for="new_project_column_color_picker">{{ctx.Locale.Tr "repo.projects.column.color"}}</label>
|
||||||
<div class="color picker column">
|
<div class="color picker column">
|
||||||
<input class="color-picker" maxlength="7" placeholder="#c320f6" id="new_project_column_color_picker" name="color">
|
<input class="color-picker" maxlength="7" placeholder="#c320f6" id="new_project_column_color_picker" name="color">
|
||||||
{{template "repo/issue/label_precolors"}}
|
{{template "repo/issue/label_precolors"}}
|
||||||
|
|
Loading…
Reference in New Issue