Skip to content

Commit fd1967c

Browse files
authored
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.
1 parent c216059 commit fd1967c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/projects/view.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
</div>
7878
<div class="ui container fluid padded" id="project-board">
7979

80-
<div class="board">
80+
<div class="board {{if .CanWriteProjects}}sortable{{end}}">
8181
{{range $board := .Boards}}
8282

8383
<div class="ui segment board-column" style="background: {{.Color}} !important;" data-id="{{.ID}}" data-sorting="{{.Sorting}}" data-url="{{$.RepoLink}}/projects/{{$.Project.ID}}/{{.ID}}">

0 commit comments

Comments
 (0)