|
|
@@ -37,7 +37,7 @@ |
|
|
|
|
|
|
|
{{if .Repository.UnitEnabled $.UnitTypeIssues}} |
|
|
|
<a class="{{if .PageIsIssueList}}active{{end}} item" href="{{.RepoLink}}/issues"> |
|
|
|
<i class="octicon octicon-issue-opened"></i> {{.i18n.Tr "repo.issues"}} <span class="ui {{if not .Repository.NumOpenIssues}}gray{{else}}blue{{end}} small label">{{.Repository.NumOpenIssues}}</span> |
|
|
|
<i class="octicon octicon-issue-opened"></i> {{.i18n.Tr "repo.issues"}} <span class="ui small label">{{.Repository.NumOpenIssues}}</span> |
|
|
|
</a> |
|
|
|
{{end}} |
|
|
|
|
|
|
@@ -49,13 +49,13 @@ |
|
|
|
|
|
|
|
{{if .Repository.AllowsPulls}} |
|
|
|
<a class="{{if .PageIsPullList}}active{{end}} item" href="{{.RepoLink}}/pulls"> |
|
|
|
<i class="octicon octicon-git-pull-request"></i> {{.i18n.Tr "repo.pulls"}} <span class="ui {{if not .Repository.NumOpenPulls}}gray{{else}}blue{{end}} small label">{{.Repository.NumOpenPulls}}</span> |
|
|
|
<i class="octicon octicon-git-pull-request"></i> {{.i18n.Tr "repo.pulls"}} <span class="ui small label">{{.Repository.NumOpenPulls}}</span> |
|
|
|
</a> |
|
|
|
{{end}} |
|
|
|
|
|
|
|
{{if and (.Repository.UnitEnabled $.UnitTypeReleases) (not .IsBareRepo) }} |
|
|
|
<a class="{{if .PageIsReleaseList}}active{{end}} item" href="{{.RepoLink}}/releases"> |
|
|
|
<i class="octicon octicon-tag"></i> {{.i18n.Tr "repo.releases"}} <span class="ui {{if not .Repository.NumReleases}}gray{{else}}blue{{end}} small label">{{.Repository.NumReleases}}</span> |
|
|
|
<i class="octicon octicon-tag"></i> {{.i18n.Tr "repo.releases"}} <span class="ui small label">{{.Repository.NumReleases}}</span> |
|
|
|
</a> |
|
|
|
{{end}} |
|
|
|
|
|
|
|