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

@@ -2,8 +2,10 @@
<div role="main" aria-label="{{.Title}}" class="page-content repository projects view-project">
{{template "shared/user/org_profile_avatar" .}}
<div class="ui container">
{{template "user/overview/header" .}}
{{template "projects/view" .}}
{{template "user/overview/header" .}}
</div>
<div class="ui container fluid padded">
{{template "projects/view" .}}
</div>
</div>
{{template "base/footer" .}}