mirror of
https://github.com/go-gitea/gitea
synced 2025-07-13 14:07:20 +00:00
Maybe fix #33482, maybe fix #34015 --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
14 lines
426 B
Handlebars
14 lines
426 B
Handlebars
{{template "base/head" .}}
|
|
<div role="main" aria-label="{{.Title}}" class="page-content organization repository projects view-project">
|
|
{{if .ContextUser.IsOrganization}}
|
|
{{template "org/header" .}}
|
|
{{else}}
|
|
{{template "shared/user/org_profile_avatar" .}}
|
|
<div class="ui container tw-mb-4">
|
|
{{template "user/overview/header" .}}
|
|
</div>
|
|
{{end}}
|
|
{{template "projects/view" .}}
|
|
</div>
|
|
{{template "base/footer" .}}
|