2020-08-17 05:07:38 +02:00
|
|
|
{{template "base/head" .}}
|
2023-02-01 23:56:10 +01:00
|
|
|
<div role="main" aria-label="{{.Title}}" class="page-content repository projects view-project">
|
2020-08-17 05:07:38 +02:00
|
|
|
{{template "repo/header" .}}
|
2023-08-12 12:30:28 +02:00
|
|
|
<div class="ui container padded">
|
|
|
|
<div class="gt-df gt-sb gt-ac gt-mb-4">
|
|
|
|
{{template "repo/issue/navbar" .}}
|
2023-09-19 00:05:31 +02:00
|
|
|
<a class="ui small primary button" href="{{.RepoLink}}/issues/new/choose?project={{.Project.ID}}">{{ctx.Locale.Tr "repo.issues.new"}}</a>
|
2020-11-10 04:46:19 +01:00
|
|
|
</div>
|
2023-08-12 12:30:28 +02:00
|
|
|
{{template "projects/view" .}}
|
2020-08-17 05:07:38 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
{{template "base/footer" .}}
|