2016-02-15 04:56:47 +05:30
|
|
|
<div class="header-wrapper">
|
2014-10-19 11:05:24 +05:30
|
|
|
{{with .Repository}}
|
2016-02-15 04:56:47 +05:30
|
|
|
<div class="ui container"><!-- start container -->
|
|
|
|
<div class="ui vertically padded grid head"><!-- start grid -->
|
|
|
|
<div class="column"><!-- start column -->
|
|
|
|
<div class="ui header">
|
|
|
|
<div class="ui huge breadcrumb">
|
|
|
|
<i class="mega-octicon octicon-{{if .IsPrivate}}lock{{else if .IsMirror}}repo-clone{{else if .IsFork}}repo-forked{{else}}repo{{end}}"></i>
|
|
|
|
<a href="{{AppSubUrl}}/{{.Owner.Name}}">{{.Owner.Name}}</a>
|
|
|
|
<div class="divider"> / </div>
|
|
|
|
<a href="{{$.RepoLink}}">{{.Name}}</a>
|
2016-12-02 06:42:16 +05:30
|
|
|
{{if .IsMirror}}<div class="fork-flag">{{$.i18n.Tr "repo.mirror_from"}} <a target="_blank" rel="noopener" href="{{$.Mirror.Address}}">{{$.Mirror.Address}}</a></div>{{end}}
|
2016-07-16 10:15:13 +05:30
|
|
|
{{if .IsFork}}<div class="fork-flag">{{$.i18n.Tr "repo.forked_from"}} <a href="{{.BaseRepo.Link}}">{{SubStr .BaseRepo.RelLink 1 -1}}</a></div>{{end}}
|
2016-02-15 04:56:47 +05:30
|
|
|
</div>
|
2016-02-15 04:39:33 +05:30
|
|
|
|
2016-02-15 04:56:47 +05:30
|
|
|
<div class="ui right">
|
2017-06-28 07:10:28 +05:30
|
|
|
<div class="ui compact labeled button" tabindex="0">
|
|
|
|
<a class="ui compact button" href="{{$.RepoLink}}/action/{{if $.IsWatchingRepo}}un{{end}}watch?redirect_to={{$.Link}}">
|
2016-07-15 11:27:28 +05:30
|
|
|
<i class="icon fa-eye{{if not $.IsWatchingRepo}}-slash{{end}}"></i>{{if $.IsWatchingRepo}}{{$.i18n.Tr "repo.unwatch"}}{{else}}{{$.i18n.Tr "repo.watch"}}{{end}}
|
2016-02-15 04:56:47 +05:30
|
|
|
</a>
|
2016-07-15 19:23:43 +05:30
|
|
|
<a class="ui basic label" href="{{.Link}}/watchers">
|
2016-02-15 04:56:47 +05:30
|
|
|
{{.NumWatches}}
|
|
|
|
</a>
|
|
|
|
</div>
|
2017-06-28 07:10:28 +05:30
|
|
|
<div class="ui compact labeled button" tabindex="0">
|
|
|
|
<a class="ui compact button" href="{{$.RepoLink}}/action/{{if $.IsStaringRepo}}un{{end}}star?redirect_to={{$.Link}}">
|
2016-02-15 04:56:47 +05:30
|
|
|
<i class="icon fa-star{{if not $.IsStaringRepo}}-o{{end}}"></i>{{if $.IsStaringRepo}}{{$.i18n.Tr "repo.unstar"}}{{else}}{{$.i18n.Tr "repo.star"}}{{end}}
|
|
|
|
</a>
|
2016-07-15 19:23:43 +05:30
|
|
|
<a class="ui basic label" href="{{.Link}}/stars">
|
2016-02-15 04:56:47 +05:30
|
|
|
{{.NumStars}}
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
{{if .CanBeForked}}
|
2017-06-28 07:10:28 +05:30
|
|
|
<div class="ui compact labeled button" tabindex="0">
|
2017-07-26 12:47:38 +05:30
|
|
|
<a class="ui compact button {{if eq .OwnerID $.SignedUserID}}poping up{{end}}" {{if not (eq .OwnerID $.SignedUserID)}}href="{{AppSubUrl}}/repo/fork/{{.ID}}"{{else}} data-content="{{$.i18n.Tr "repo.fork_from_self"}}" data-position="top center" data-variation="tiny"{{end}}>
|
2016-07-16 10:15:13 +05:30
|
|
|
<i class="octicon octicon-repo-forked"></i>{{$.i18n.Tr "repo.fork"}}
|
2015-12-08 04:00:52 +05:30
|
|
|
</a>
|
2016-07-15 19:23:43 +05:30
|
|
|
<a class="ui basic label" href="{{.Link}}/forks">
|
2016-02-15 04:56:47 +05:30
|
|
|
{{.NumForks}}
|
2015-12-08 04:00:52 +05:30
|
|
|
</a>
|
|
|
|
</div>
|
2016-02-15 04:56:47 +05:30
|
|
|
{{end}}
|
2015-12-08 04:00:52 +05:30
|
|
|
</div>
|
2016-02-15 04:56:47 +05:30
|
|
|
</div>
|
|
|
|
</div><!-- end column -->
|
|
|
|
</div><!-- end grid -->
|
|
|
|
</div><!-- end container -->
|
2015-08-12 15:42:06 +05:30
|
|
|
{{end}}
|
2017-03-18 16:29:07 +05:30
|
|
|
{{if not .IsDiffCompare}}
|
2016-02-15 04:56:47 +05:30
|
|
|
<div class="ui tabs container">
|
2017-03-16 04:09:38 +05:30
|
|
|
<div class="ui tabular stackable menu navbar">
|
2017-08-02 14:16:54 +05:30
|
|
|
{{if .Repository.UnitEnabled $.UnitTypeCode}}
|
2016-02-15 04:56:47 +05:30
|
|
|
<a class="{{if .PageIsViewCode}}active{{end}} item" href="{{.RepoLink}}">
|
2016-07-16 10:15:13 +05:30
|
|
|
<i class="octicon octicon-code"></i> {{.i18n.Tr "repo.code"}}
|
2016-02-15 04:56:47 +05:30
|
|
|
</a>
|
2017-02-04 21:23:46 +05:30
|
|
|
{{end}}
|
|
|
|
|
2017-08-02 14:16:54 +05:30
|
|
|
{{if .Repository.UnitEnabled $.UnitTypeIssues}}
|
2017-02-04 21:23:46 +05:30
|
|
|
<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>
|
|
|
|
</a>
|
|
|
|
{{end}}
|
|
|
|
|
2017-08-02 14:16:54 +05:30
|
|
|
{{if .Repository.UnitEnabled $.UnitTypeExternalTracker}}
|
2016-02-15 04:56:47 +05:30
|
|
|
<a class="{{if .PageIsIssueList}}active{{end}} item" href="{{.RepoLink}}/issues">
|
2017-02-04 21:23:46 +05:30
|
|
|
<i class="octicon octicon-issue-opened"></i> {{.i18n.Tr "repo.issues"}} </span>
|
2015-12-08 04:00:52 +05:30
|
|
|
</a>
|
2016-02-15 04:56:47 +05:30
|
|
|
{{end}}
|
2017-03-18 16:29:07 +05:30
|
|
|
|
2016-02-20 01:03:06 +05:30
|
|
|
{{if .Repository.AllowsPulls}}
|
2016-02-15 04:56:47 +05:30
|
|
|
<a class="{{if .PageIsPullList}}active{{end}} item" href="{{.RepoLink}}/pulls">
|
2016-07-16 10:15:13 +05:30
|
|
|
<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>
|
2015-12-08 04:00:52 +05:30
|
|
|
</a>
|
2016-02-15 04:56:47 +05:30
|
|
|
{{end}}
|
2017-02-04 21:23:46 +05:30
|
|
|
|
2017-08-02 14:16:54 +05:30
|
|
|
{{if and (.Repository.UnitEnabled $.UnitTypeCode) (not .IsBareRepo)}}
|
2016-02-15 04:56:47 +05:30
|
|
|
<a class="{{if (or (.PageIsCommits) (.PageIsDiff))}}active{{end}} item" href="{{.RepoLink}}/commits/{{EscapePound .BranchName}}">
|
2016-07-16 10:15:13 +05:30
|
|
|
<i class="octicon octicon-history"></i> {{.i18n.Tr "repo.commits"}} <span class="ui {{if not .CommitsCount}}gray{{else}}blue{{end}} small label">{{.CommitsCount}}</span>
|
2016-02-15 04:56:47 +05:30
|
|
|
</a>
|
2017-02-04 21:23:46 +05:30
|
|
|
{{end}}
|
|
|
|
|
2017-08-02 14:16:54 +05:30
|
|
|
{{if and (.Repository.UnitEnabled $.UnitTypeReleases) (not .IsBareRepo) }}
|
2016-02-15 04:56:47 +05:30
|
|
|
<a class="{{if .PageIsReleaseList}}active{{end}} item" href="{{.RepoLink}}/releases">
|
2017-08-28 19:36:10 +05:30
|
|
|
<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>
|
2016-02-15 04:56:47 +05:30
|
|
|
</a>
|
2017-02-04 21:23:46 +05:30
|
|
|
{{end}}
|
|
|
|
|
2017-08-02 14:16:54 +05:30
|
|
|
{{if or (.Repository.UnitEnabled $.UnitTypeWiki) (.Repository.UnitEnabled $.UnitTypeExternalWiki)}}
|
2017-09-12 12:59:35 +05:30
|
|
|
<a class="{{if .PageIsWiki}}active{{end}} item" href="{{.RepoLink}}/wiki" {{if (.Repository.UnitEnabled $.UnitTypeExternalWiki)}} target="_blank" {{end}}>
|
2016-07-16 10:15:13 +05:30
|
|
|
<i class="octicon octicon-book"></i> {{.i18n.Tr "repo.wiki"}}
|
2015-12-08 04:00:52 +05:30
|
|
|
</a>
|
2016-02-15 04:56:47 +05:30
|
|
|
{{end}}
|
2017-02-04 21:23:46 +05:30
|
|
|
|
2016-02-15 04:56:47 +05:30
|
|
|
{{if .IsRepositoryAdmin}}
|
|
|
|
<div class="right menu">
|
|
|
|
<a class="{{if .PageIsSettings}}active{{end}} item" href="{{.RepoLink}}/settings">
|
2016-07-16 10:15:13 +05:30
|
|
|
<i class="octicon octicon-tools"></i> {{.i18n.Tr "repo.settings"}}
|
2015-12-08 04:00:52 +05:30
|
|
|
</a>
|
2016-02-15 04:56:47 +05:30
|
|
|
</div>
|
|
|
|
{{end}}
|
2015-12-08 04:00:52 +05:30
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="ui tabs divider"></div>
|
2015-12-03 06:45:00 +05:30
|
|
|
{{else}}
|
2015-12-08 04:00:52 +05:30
|
|
|
<div class="ui divider"></div>
|
2016-02-15 04:56:47 +05:30
|
|
|
{{end}}
|
2016-03-05 01:20:34 +05:30
|
|
|
</div>
|