1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

#1931 Test patch does not checkout correct base branch

This commit is contained in:
Unknwon
2015-11-15 14:41:36 -05:00
parent b4970b3cc3
commit 4f03b81ec7
4 changed files with 15 additions and 5 deletions

View File

@@ -1,4 +1,5 @@
<div class="ui five item menu">
{{if not .IsBareRepo}}
<div class="ui {{if .IsRepositoryAdmin}}five{{else}}four{{end}} item menu">
<a class="item" href="{{.RepoLink}}/issues">
<i class="icon octicon octicon-issue-opened"></i> {{.i18n.Tr "repo.issues"}} <span class="ui blue label">{{.Repository.NumOpenIssues}}</span>
</a>
@@ -16,4 +17,5 @@
<i class="icon octicon octicon-tools"></i> {{.i18n.Tr "repo.settings"}}
</a>
{{end}}
</div>
</div>
{{end}}