aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo/projects/view.tmpl
blob: 5add33c5c0efdeb399862fec83f085f86dd4b29b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{{template "base/head" .}}
<div role="main" aria-label="{{.Title}}" class="page-content repository projects view-project">
	{{template "repo/header" .}}
	<div class="ui container padded">
		<div class="gt-df gt-sb gt-ac gt-mb-4">
			{{template "repo/issue/navbar" .}}
			<a class="ui right small green button item" href="{{.RepoLink}}/issues/new/choose?project={{.Project.ID}}">{{ctx.Locale.Tr "repo.issues.new"}}</a>
		</div>
		{{template "projects/view" .}}
	</div>
</div>

{{template "base/footer" .}}