aboutsummaryrefslogtreecommitdiffstats
path: root/templates/org/projects/view.tmpl
blob: bd74114fe2e477bde34bc1a927b26b9611d92ccc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{{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}}
	<div class="ui container fluid padded">
		{{template "projects/view" .}}
	</div>
</div>
{{template "base/footer" .}}