mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-09 03:11:51 +01: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:
parent
c21605951b
commit
fd1967c3a4
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="ui container fluid padded" id="project-board">
|
<div class="ui container fluid padded" id="project-board">
|
||||||
|
|
||||||
<div class="board">
|
<div class="board {{if .CanWriteProjects}}sortable{{end}}">
|
||||||
{{range $board := .Boards}}
|
{{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}}">
|
<div class="ui segment board-column" style="background: {{.Color}} !important;" data-id="{{.ID}}" data-sorting="{{.Sorting}}" data-url="{{$.RepoLink}}/projects/{{$.Project.ID}}/{{.ID}}">
|
||||||
|
|
Loading…
Reference in a new issue