Files

15 lines
666 B
Handlebars
Raw Permalink Normal View History

2020-08-17 04:07:38 +01:00
{{template "base/head" .}}
<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">
<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>
<a class="ui small primary button" href="{{.RepoLink}}/issues/new/choose?project={{.Project.ID}}">{{ctx.Locale.Tr "repo.issues.new"}}</a>
</div>
2023-11-27 18:43:52 +01:00
</div>
{{template "projects/view" .}}
2020-08-17 04:07:38 +01:00
</div>
{{template "base/footer" .}}