2020-08-17 04:07:38 +01:00
|
|
|
{{template "base/head" .}}
|
2023-02-01 19:56:10 -03:00
|
|
|
<div role="main" aria-label="{{.Title}}" class="page-content repository projects view-project">
|
2020-08-17 04:07:38 +01:00
|
|
|
{{template "repo/header" .}}
|
2023-08-12 12:30:28 +02:00
|
|
|
<div class="ui container padded">
|
2025-03-28 15:55:12 +08:00
|
|
|
<div class="flex-text-block tw-justify-end tw-mb-4">
|
|
|
|
|
<a class="ui small button" href="{{.RepoLink}}/labels">{{ctx.Locale.Tr "repo.labels"}}</a>
|
|
|
|
|
<a class="ui small button" href="{{.RepoLink}}/milestones">{{ctx.Locale.Tr "repo.milestones"}}</a>
|
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 07:16:19 +03:30
|
|
|
</div>
|
2023-11-27 18:43:52 +01:00
|
|
|
</div>
|
2025-04-23 13:42:22 +08:00
|
|
|
{{template "projects/view" .}}
|
2020-08-17 04:07:38 +01:00
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
{{template "base/footer" .}}
|