We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea9ebbb commit f8afaadCopy full SHA for f8afaad
templates/repo/projects/view.tmpl
@@ -2,8 +2,9 @@
2
<div role="main" aria-label="{{.Title}}" class="page-content repository projects view-project">
3
{{template "repo/header" .}}
4
<div class="ui container padded">
5
- <div class="tw-flex tw-justify-between tw-items-center tw-mb-4">
6
- {{template "repo/issue/navbar" .}}
+ <div class="tw-flex tw-justify-end tw-items-center tw-mb-4 flex-text-block">
+ <a class="ui small button" href="{{.RepoLink}}/labels">{{ctx.Locale.Tr "repo.labels"}}</a>
7
+ <a class="ui small button" href="{{.RepoLink}}/milestones">{{ctx.Locale.Tr "repo.milestones"}}</a>
8
<a class="ui small primary button" href="{{.RepoLink}}/issues/new/choose?project={{.Project.ID}}">{{ctx.Locale.Tr "repo.issues.new"}}</a>
9
</div>
10
0 commit comments