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

Use full width for project boards (#28225)

Inspired by #28182
This commit is contained in:
Denys Konovalov
2023-11-27 18:43:52 +01:00
committed by GitHub
parent a6aed0fee6
commit 4d7c063f9e
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>