2016-02-14 16:26:47 -07:00
|
|
|
<div class="header-wrapper">
|
2014-10-18 23:35:24 -06:00
|
|
|
{{with .Repository}}
|
2016-02-14 16:26:47 -07:00
|
|
|
<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-01 18:12:16 -07:00
|
|
|
{{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-15 22:45:13 -06:00
|
|
|
{{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-14 16:26:47 -07:00
|
|
|
</div>
|
2016-02-14 16:09:33 -07:00
|
|
|
|
2016-02-14 16:26:47 -07:00
|
|
|
<div class="ui right">
|
2017-06-27 19:40:28 -06:00
|
|
|
<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-14 23:57:28 -06:00
|
|
|
<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-14 16:26:47 -07:00
|
|
|
</a>
|
2016-07-15 07:53:43 -06:00
|
|
|
<a class="ui basic label" href="{{.Link}}/watchers">
|
2016-02-14 16:26:47 -07:00
|
|
|
{{.NumWatches}}
|
|
|
|
</a>
|
|
|
|
</div>
|
2017-06-27 19:40:28 -06:00
|
|
|
<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-14 16:26:47 -07:00
|
|
|
<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 07:53:43 -06:00
|
|
|
<a class="ui basic label" href="{{.Link}}/stars">
|
2016-02-14 16:26:47 -07:00
|
|
|
{{.NumStars}}
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
{{if .CanBeForked}}
|
2017-06-27 19:40:28 -06:00
|
|
|
<div class="ui compact labeled button" tabindex="0">
|
2017-10-15 09:06:07 -06:00
|
|
|
<a class="ui compact button {{if not $.CanSignedUserFork}}poping up{{end}}" {{if $.CanSignedUserFork}}href="{{AppSubUrl}}/repo/fork/{{.ID}}"{{else}} data-content="{{$.i18n.Tr "repo.fork_from_self"}}" data-position="top center" data-variation="tiny"{{end}}>
|
2016-07-15 22:45:13 -06:00
|
|
|
<i class="octicon octicon-repo-forked"></i>{{$.i18n.Tr "repo.fork"}}
|
2015-12-07 15:30:52 -07:00
|
|
|
</a>
|
2016-07-15 07:53:43 -06:00
|
|
|
<a class="ui basic label" href="{{.Link}}/forks">
|
2016-02-14 16:26:47 -07:00
|
|
|
{{.NumForks}}
|
2015-12-07 15:30:52 -07:00
|
|
|
</a>
|
|
|
|
</div>
|
2016-02-14 16:26:47 -07:00
|
|
|
{{end}}
|
2015-12-07 15:30:52 -07:00
|
|
|
</div>
|
2016-02-14 16:26:47 -07:00
|
|
|
</div>
|
|
|
|
</div><!-- end column -->
|
|
|
|
</div><!-- end grid -->
|
|
|
|
</div><!-- end container -->
|
2015-08-12 04:12:06 -06:00
|
|
|
{{end}}
|
2017-03-18 04:59:07 -06:00
|
|
|
{{if not .IsDiffCompare}}
|
2016-02-14 16:26:47 -07:00
|
|
|
<div class="ui tabs container">
|
2017-03-15 16:39:38 -06:00
|
|
|
<div class="ui tabular stackable menu navbar">
|
2017-08-02 02:46:54 -06:00
|
|
|
{{if .Repository.UnitEnabled $.UnitTypeCode}}
|
2016-02-14 16:26:47 -07:00
|
|
|
<a class="{{if .PageIsViewCode}}active{{end}} item" href="{{.RepoLink}}">
|
2016-07-15 22:45:13 -06:00
|
|
|
<i class="octicon octicon-code"></i> {{.i18n.Tr "repo.code"}}
|
2016-02-14 16:26:47 -07:00
|
|
|
</a>
|
2017-02-04 08:53:46 -07:00
|
|
|
{{end}}
|
|
|
|
|
2017-08-02 02:46:54 -06:00
|
|
|
{{if .Repository.UnitEnabled $.UnitTypeIssues}}
|
2017-02-04 08:53:46 -07:00
|
|
|
<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 02:46:54 -06:00
|
|
|
{{if .Repository.UnitEnabled $.UnitTypeExternalTracker}}
|
2016-02-14 16:26:47 -07:00
|
|
|
<a class="{{if .PageIsIssueList}}active{{end}} item" href="{{.RepoLink}}/issues">
|
2017-02-04 08:53:46 -07:00
|
|
|
<i class="octicon octicon-issue-opened"></i> {{.i18n.Tr "repo.issues"}} </span>
|
2015-12-07 15:30:52 -07:00
|
|
|
</a>
|
2016-02-14 16:26:47 -07:00
|
|
|
{{end}}
|
2017-03-18 04:59:07 -06:00
|
|
|
|
2016-02-19 12:33:06 -07:00
|
|
|
{{if .Repository.AllowsPulls}}
|
2016-02-14 16:26:47 -07:00
|
|
|
<a class="{{if .PageIsPullList}}active{{end}} item" href="{{.RepoLink}}/pulls">
|
2016-07-15 22:45:13 -06:00
|
|
|
<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-07 15:30:52 -07:00
|
|
|
</a>
|
2016-02-14 16:26:47 -07:00
|
|
|
{{end}}
|
2017-02-04 08:53:46 -07:00
|
|
|
|
2017-08-02 02:46:54 -06:00
|
|
|
{{if and (.Repository.UnitEnabled $.UnitTypeReleases) (not .IsBareRepo) }}
|
2016-02-14 16:26:47 -07:00
|
|
|
<a class="{{if .PageIsReleaseList}}active{{end}} item" href="{{.RepoLink}}/releases">
|
2017-08-28 08:06:10 -06:00
|
|
|
<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-14 16:26:47 -07:00
|
|
|
</a>
|
2017-02-04 08:53:46 -07:00
|
|
|
{{end}}
|
|
|
|
|
2017-08-02 02:46:54 -06:00
|
|
|
{{if or (.Repository.UnitEnabled $.UnitTypeWiki) (.Repository.UnitEnabled $.UnitTypeExternalWiki)}}
|
2017-09-12 01:29:35 -06:00
|
|
|
<a class="{{if .PageIsWiki}}active{{end}} item" href="{{.RepoLink}}/wiki" {{if (.Repository.UnitEnabled $.UnitTypeExternalWiki)}} target="_blank" {{end}}>
|
2016-07-15 22:45:13 -06:00
|
|
|
<i class="octicon octicon-book"></i> {{.i18n.Tr "repo.wiki"}}
|
2015-12-07 15:30:52 -07:00
|
|
|
</a>
|
2016-02-14 16:26:47 -07:00
|
|
|
{{end}}
|
2017-02-04 08:53:46 -07:00
|
|
|
|
2017-10-14 17:17:39 -06:00
|
|
|
{{if and (.Repository.AnyUnitEnabled $.UnitTypePullRequests $.UnitTypeIssues $.UnitTypeReleases) (not .IsBareRepo)}}
|
|
|
|
<a class="{{if .PageIsActivity}}active{{end}} item" href="{{.RepoLink}}/activity">
|
|
|
|
<i class="octicon octicon-pulse"></i> {{.i18n.Tr "repo.activity"}}
|
|
|
|
</a>
|
|
|
|
{{end}}
|
|
|
|
|
2016-02-14 16:26:47 -07:00
|
|
|
{{if .IsRepositoryAdmin}}
|
|
|
|
<div class="right menu">
|
|
|
|
<a class="{{if .PageIsSettings}}active{{end}} item" href="{{.RepoLink}}/settings">
|
2016-07-15 22:45:13 -06:00
|
|
|
<i class="octicon octicon-tools"></i> {{.i18n.Tr "repo.settings"}}
|
2015-12-07 15:30:52 -07:00
|
|
|
</a>
|
2016-02-14 16:26:47 -07:00
|
|
|
</div>
|
|
|
|
{{end}}
|
2015-12-07 15:30:52 -07:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="ui tabs divider"></div>
|
2015-12-02 18:15:00 -07:00
|
|
|
{{else}}
|
2015-12-07 15:30:52 -07:00
|
|
|
<div class="ui divider"></div>
|
2016-02-14 16:26:47 -07:00
|
|
|
{{end}}
|
2016-03-04 12:50:34 -07:00
|
|
|
</div>
|