1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-10-15 19:42:04 +00:00

Use full width for project boards (#28225) (#28245)

Backport #28225 by @denyskon

Inspired by #28182

Co-authored-by: Denys Konovalov <kontakt@denyskon.de>
(cherry picked from commit 6d22ca15ab)
This commit is contained in:
Giteabot 2023-11-28 02:20:53 +08:00 committed by Earl Warren
parent b63749b94c
commit 6ffcb5f5a5
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
3 changed files with 61 additions and 55 deletions

View file

@ -6,6 +6,8 @@
{{template "repo/issue/navbar" .}}
<a class="ui small primary button" href="{{.RepoLink}}/issues/new/choose?project={{.Project.ID}}">{{ctx.Locale.Tr "repo.issues.new"}}</a>
</div>
</div>
<div class="ui container fluid padded">
{{template "projects/view" .}}
</div>
</div>