mirror of
https://github.com/go-gitea/gitea
synced 2024-11-02 16:24:25 +00:00
e8a99c8f92
**fix**: [#30388](https://github.com/go-gitea/gitea/issues/30388) **before** ![image](https://github.com/go-gitea/gitea/assets/37935145/52ca7311-dca4-4430-9a37-3c45b08fe3dd) **after** ![image](https://github.com/go-gitea/gitea/assets/37935145/6b75ce69-4423-4ea4-99a1-d7234287c5c0)
12 lines
374 B
Handlebars
12 lines
374 B
Handlebars
{{template "base/head" .}}
|
|
<div role="main" aria-label="{{.Title}}" class="page-content repository projects view-project">
|
|
{{template "shared/user/org_profile_avatar" .}}
|
|
<div class="ui container tw-mb-4">
|
|
{{template "user/overview/header" .}}
|
|
</div>
|
|
<div class="ui container fluid padded">
|
|
{{template "projects/view" .}}
|
|
</div>
|
|
</div>
|
|
{{template "base/footer" .}}
|