1
1
Fork 1
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-12 07:06:13 +02:00

Fix can’t move anymore items in repo project boards (#24892)

Fix #24879
Related to #24589

In #24589, I changed the css, but didn't reflect the changes in
repo-level projects template.
This commit is contained in:
yp05327 2023-05-24 15:05:50 +09:00 committed by GitHub
parent c21605951b
commit fd1967c3a4
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,7 @@
</div>
<div class="ui container fluid padded" id="project-board">
<div class="board">
<div class="board {{if .CanWriteProjects}}sortable{{end}}">
{{range $board := .Boards}}
<div class="ui segment board-column" style="background: {{.Color}} !important;" data-id="{{.ID}}" data-sorting="{{.Sorting}}" data-url="{{$.RepoLink}}/projects/{{$.Project.ID}}/{{.ID}}">