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