Skip to content

Commit f8afaad

Browse files
committed
fix
1 parent ea9ebbb commit f8afaad

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

templates/repo/projects/view.tmpl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
<div role="main" aria-label="{{.Title}}" class="page-content repository projects view-project">
33
{{template "repo/header" .}}
44
<div class="ui container padded">
5-
<div class="tw-flex tw-justify-between tw-items-center tw-mb-4">
6-
{{template "repo/issue/navbar" .}}
5+
<div class="tw-flex tw-justify-end tw-items-center tw-mb-4 flex-text-block">
6+
<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>
78
<a class="ui small primary button" href="{{.RepoLink}}/issues/new/choose?project={{.Project.ID}}">{{ctx.Locale.Tr "repo.issues.new"}}</a>
89
</div>
910
</div>

0 commit comments

Comments
 (0)