Skip to content

Commit

Permalink
Fix can’t move anymore items in repo project boards (go-gitea#24892)
Browse files Browse the repository at this point in the history
Fix go-gitea#24879
Related to go-gitea#24589

In go-gitea#24589, I changed the css, but didn't reflect the changes in
repo-level projects template.
  • Loading branch information
yp05327 authored and brechtvl committed May 31, 2023
1 parent 318ef24 commit 2affe0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/repo/projects/view.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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}}">
Expand Down

0 comments on commit 2affe0a

Please sign in to comment.