2014-03-25 03:44:37 -07:00
|
|
|
<div id="body-nav" class="repo-nav">
|
2014-03-12 23:08:49 -07:00
|
|
|
<div class="container">
|
2014-03-17 03:13:07 -07:00
|
|
|
<div class="row">
|
2014-03-22 17:25:39 -07:00
|
|
|
<div class="col-md-7">
|
2014-09-19 17:11:34 -07:00
|
|
|
<h3 class="name"><i class="fa fa-book fa-lg"></i><a href="{{.Owner.HomeLink}}">{{.Owner.Name}}</a> / <a href="{{AppSubUrl}}/{{.Owner.Name}}/{{.Repository.Name}}">{{.Repository.Name}}</a> {{if .Repository.IsPrivate}}<span class="label label-default">Private</span>{{else if .Repository.IsMirror}}<span class="label label-default">Mirror</span>{{end}}</h3>
|
2014-07-22 10:52:37 -07:00
|
|
|
<p class="desc">{{.Repository.DescriptionHtml}}{{if .Repository.Website}} <a href="{{.Repository.Website}}">{{.Repository.Website}}</a>{{end}}</p>
|
2014-03-13 23:17:29 -07:00
|
|
|
</div>
|
2014-03-22 17:25:39 -07:00
|
|
|
<div class="col-md-5 actions text-right clone-group-btn">
|
2014-03-21 01:13:32 -07:00
|
|
|
{{if not .IsBareRepo}}
|
2014-03-25 03:44:37 -07:00
|
|
|
<div class="btn-group" id="repo-clone">
|
2014-04-15 09:46:57 -07:00
|
|
|
<a class="btn btn-default" href="{{.RepoLink}}/archive/{{.BranchName}}/{{.Repository.Name}}.zip"><i class="fa fa-download fa-lg fa-m"></i></a>
|
2014-03-21 08:27:33 -07:00
|
|
|
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
|
|
|
|
<span class="caret"></span>
|
|
|
|
</button>
|
2014-03-23 02:36:12 -07:00
|
|
|
<div class="dropdown-menu clone-group-btn dropdown-menu-right no-propagation">
|
2014-03-21 08:27:33 -07:00
|
|
|
<div class="input-group">
|
|
|
|
<span class="input-group-btn">
|
|
|
|
<button class="btn btn-default" data-link="{{.CloneLink.SSH}}" type="button">SSH</button>
|
|
|
|
<button class="btn btn-default" data-link="{{.CloneLink.HTTPS}}" type="button">HTTPS</button>
|
|
|
|
</span>
|
2014-04-02 09:56:26 -07:00
|
|
|
<input type="text" class="form-control clone-group-url" value="" readonly id="repo-clone-ipt"/>
|
2014-03-21 08:27:33 -07:00
|
|
|
<span class="input-group-btn">
|
2014-04-02 09:56:26 -07:00
|
|
|
<button class="btn btn-default" type="button" data-toggle="tooltip" title="copy to clipboard" data-placement="top" data-init="copy" data-copy-val="val" data-copy-from="#repo-clone-ipt"><i class="fa fa-copy"></i></button>
|
2014-03-21 08:27:33 -07:00
|
|
|
</span>
|
|
|
|
</div>
|
2014-04-27 00:05:13 -07:00
|
|
|
<p class="help-block text-center">Need help cloning? Visit <a target="_blank" href="https://help.github.com/articles/fork-a-repo">Help</a>!</p>
|
2014-04-13 23:50:13 -07:00
|
|
|
<hr/>
|
2014-03-24 08:53:26 -07:00
|
|
|
<div class="clone-zip text-center">
|
2014-04-27 00:05:13 -07:00
|
|
|
<a class="btn btn-success btn-lg" href="{{.RepoLink}}/archive/{{.BranchName}}/{{.Repository.Name}}.zip" rel="nofollow"><i class="fa fa-suitcase"></i>Download ZIP</a>
|
2014-06-08 14:53:53 -07:00
|
|
|
<a class="btn btn-success btn-lg" href="{{.RepoLink}}/archive/{{.BranchName}}/{{.Repository.Name}}.tar.gz" rel="nofollow"><i class="fa fa-suitcase"></i>Download TAR.GZ</a>
|
2014-04-13 23:50:13 -07:00
|
|
|
</div>
|
2014-03-21 08:27:33 -07:00
|
|
|
</div>
|
2014-03-17 03:13:07 -07:00
|
|
|
</div>
|
2014-07-22 02:57:10 -07:00
|
|
|
{{if .IsSigned}}
|
2014-09-19 17:11:34 -07:00
|
|
|
<div class="btn-group {{if .IsRepositoryWatching}}watching{{else}}no-watching{{end}}" id="repo-watching" data-watch="{{AppSubUrl}}/{{.Owner.Name}}/{{.Repository.Name}}/action/watch" data-unwatch="{{AppSubUrl}}/{{.Owner.Name}}/{{.Repository.Name}}/action/unwatch">
|
2014-03-20 07:39:10 -07:00
|
|
|
{{if .IsRepositoryWatching}}
|
2014-03-17 22:57:07 -07:00
|
|
|
<button type="button" class="btn btn-default"><i class="fa fa-eye fa-lg fa-m"></i></button>
|
2014-03-20 07:39:10 -07:00
|
|
|
{{else}}
|
|
|
|
<button type="button" class="btn btn-default"><i class="fa fa-eye-slash fa-lg fa-m"></i></button>
|
|
|
|
{{end}}
|
2014-03-17 03:13:07 -07:00
|
|
|
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
|
|
|
|
<span class="caret"></span>
|
|
|
|
</button>
|
2014-05-18 13:57:02 -07:00
|
|
|
<div class="dropdown-menu dropdown-menu-right">
|
2014-03-20 07:39:10 -07:00
|
|
|
<div class="dropdown-item text-left to-unwatch">
|
|
|
|
<h4 role="presentation" class="dropdown-header {{if not .IsRepositoryWatching}}text-primary{{end}}">Not Watching</h4>
|
2014-03-17 03:13:07 -07:00
|
|
|
<p class="description">You only receive notifications for conversations in which you participate or are @mentioned.</p>
|
|
|
|
<p class="divider"></p>
|
|
|
|
</div>
|
2014-03-20 07:39:10 -07:00
|
|
|
<div class="dropdown-item text-left to-watch">
|
|
|
|
<h4 role="presentation" class="dropdown-header {{if .IsRepositoryWatching}}text-primary{{end}}">Watching</h4>
|
2014-03-17 03:13:07 -07:00
|
|
|
<p class="description">You receive notifications for all conversations in this repository.</p>
|
|
|
|
</div>
|
2014-03-12 23:08:49 -07:00
|
|
|
</div>
|
|
|
|
</div>
|
2014-07-22 02:57:10 -07:00
|
|
|
{{end}}
|
2014-03-23 09:16:17 -07:00
|
|
|
<!-- <div class="btn-group">
|
2014-03-21 08:27:33 -07:00
|
|
|
<button type="button" class="btn btn-default" data-toggle="tooltip" data-placement="top" title="Star"><i class="fa fa-star"></i> {{.Repository.NumStars}}</button>
|
2014-03-23 09:16:17 -07:00
|
|
|
</div> -->
|
2014-03-21 01:13:32 -07:00
|
|
|
{{end}}
|
2014-03-30 13:34:23 -07:00
|
|
|
<!-- <div class="btn-group">
|
2014-09-19 17:11:34 -07:00
|
|
|
<a type="button" {{if not .IsRepositoryOwner}}href="{{AppSubUrl}}/{{.Username}}/{{.Reponame}}/fork"{{end}} class="btn btn-default" data-toggle="tooltip" data-placement="top" title="Fork"><i class="fa fa-code-fork fa-lg"></i> {{.Repository.NumForks}}</a>
|
2014-03-30 13:34:23 -07:00
|
|
|
</div> -->
|
2014-03-12 23:08:49 -07:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2014-04-15 09:46:57 -07:00
|
|
|
</div>
|