We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 0faf175 commit 9a938dcCopy full SHA for 9a938dc
templates/repo/projects/view.tmpl
@@ -2,12 +2,13 @@
2
<div class="page-content repository">
3
{{template "repo/header" .}}
4
<div class="ui container">
5
- <div class="ui three column stackable grid">
+ <div class="ui two column stackable grid">
6
<div class="column">
7
{{template "repo/issue/navbar" .}}
8
</div>
9
<div class="column right aligned">
10
{{if and .CanWriteProjects (not .Repository.IsArchived) .PageIsProjects}}
11
+ <a class="ui green button show-modal item" href="{{$.RepoLink}}/issues/new?project={{$.Project.ID}}">{{.i18n.Tr "repo.issues.new"}}</a>
12
<a class="ui green button show-modal item" data-modal="#new-board-item">{{.i18n.Tr "new_project_board"}}</a>
13
{{end}}
14
<div class="ui small modal" id="new-board-item">
0 commit comments