2023-01-20 11:42:33 +00:00
|
|
|
{{template "base/head" .}}
|
2024-10-30 19:05:40 +00:00
|
|
|
<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}}
|
2023-11-27 17:43:52 +00:00
|
|
|
<div class="ui container fluid padded">
|
|
|
|
{{template "projects/view" .}}
|
2023-07-06 18:59:24 +00:00
|
|
|
</div>
|
2023-01-20 11:42:33 +00:00
|
|
|
</div>
|
|
|
|
{{template "base/footer" .}}
|