1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Sort / Move project boards (#14634)

Sort Project board (#14533)
This commit is contained in:
Romain
2021-02-11 17:32:27 +01:00
committed by GitHub
parent ac97ea573c
commit c69c01d2b6
6 changed files with 73 additions and 16 deletions

View File

@@ -72,7 +72,7 @@
<div class="board">
{{ range $board := .Boards }}
<div class="ui segment board-column">
<div class="ui segment board-column" data-id="{{.ID}}" data-sorting="{{.Sorting}}" data-url="{{$.RepoLink}}/projects/{{$.Project.ID}}/{{.ID}}">
<div class="board-column-header">
<div class="ui large label board-label">{{.Title}}</div>
{{if and $.CanWriteProjects (not $.Repository.IsArchived) $.PageIsProjects (ne .ID 0)}}