Merge pull request #2088 from nanoant/patch/further-layout-fixes
Further layout fixestokarchuk/v1.17
commit
c4bab163cb
@ -1,34 +0,0 @@ |
|||||||
{{if not .IsBareRepo}} |
|
||||||
<div class="ui tabs container"> |
|
||||||
<div class="ui tabular menu navbar"> |
|
||||||
<a class="{{if .PageIsViewCode}}active{{end}} item" href="{{.RepoLink}}"> |
|
||||||
<i class="icon octicon octicon-code"></i> {{.i18n.Tr "repo.code"}} |
|
||||||
</a> |
|
||||||
<a class="{{if .PageIsIssueList}}active{{end}} item" href="{{.RepoLink}}/issues"> |
|
||||||
<i class="icon octicon octicon-issue-opened"></i> {{.i18n.Tr "repo.issues"}} <span class="ui {{if eq 0 .Repository.NumOpenIssues}}gray{{else}}blue{{end}} small label">{{.Repository.NumOpenIssues}}</span> |
|
||||||
</a> |
|
||||||
<a class="{{if .PageIsPullList}}active{{end}} item" href="{{.RepoLink}}/pulls"> |
|
||||||
<i class="icon octicon octicon-git-pull-request"></i> {{.i18n.Tr "repo.pulls"}} <span class="ui {{if eq 0 .Repository.NumOpenPulls}}gray{{else}}blue{{end}} small label">{{.Repository.NumOpenPulls}}</span> |
|
||||||
</a> |
|
||||||
<a class="{{if .PageIsCommits}}active{{end}} item" href="{{.RepoLink}}/commits/{{EscapePound .BranchName}}"> |
|
||||||
<i class="icon octicon octicon-history"></i> {{.i18n.Tr "repo.commits"}} <span class="ui {{if eq 0 .CommitsCount}}gray{{else}}blue{{end}} small label">{{.CommitsCount}}</span> |
|
||||||
</a> |
|
||||||
<a class="{{if .PageIsReleaseList}}active{{end}} item" href="{{.RepoLink}}/releases"> |
|
||||||
<i class="icon octicon octicon-tag"></i> {{.i18n.Tr "repo.releases"}} <span class="ui {{if eq 0 .Repository.NumTags}}gray{{else}}blue{{end}} small label">{{.Repository.NumTags}}</span> |
|
||||||
</a> |
|
||||||
<a class="{{if .PageIsWiki}}active{{end}} item" href="{{.RepoLink}}/wiki"> |
|
||||||
<i class="icon octicon octicon-book"></i> {{.i18n.Tr "repo.wiki"}} |
|
||||||
</a> |
|
||||||
{{if .IsRepositoryAdmin}} |
|
||||||
<div class="right menu"> |
|
||||||
<a class="{{if .PageIsSettings}}active{{end}} item" href="{{.RepoLink}}/settings"> |
|
||||||
<i class="icon octicon octicon-tools"></i> {{.i18n.Tr "repo.settings"}} |
|
||||||
</a> |
|
||||||
</div> |
|
||||||
{{end}} |
|
||||||
</div> |
|
||||||
</div> |
|
||||||
<div class="ui tabs divider"></div> |
|
||||||
{{else}} |
|
||||||
<div class="ui divider"></div> |
|
||||||
{{end}} |
|
Loading…
Reference in new issue