diff options
author | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-21 23:27:33 +0800 |
---|---|---|
committer | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-21 23:27:33 +0800 |
commit | 011134e0aff5d16501b60a6feaaa8c2ccf0d269d (patch) | |
tree | 2bbc0d4abb974e1dbe96e018a129549763891b10 /templates/repo/single_bare.tmpl | |
parent | 67c4e5429818b501b0db5527ea38f2be75e5df55 (diff) | |
download | gitea-011134e0aff5d16501b60a6feaaa8c2ccf0d269d.tar.gz gitea-011134e0aff5d16501b60a6feaaa8c2ccf0d269d.zip |
add clone link in repo index page
Diffstat (limited to 'templates/repo/single_bare.tmpl')
-rw-r--r-- | templates/repo/single_bare.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/repo/single_bare.tmpl b/templates/repo/single_bare.tmpl index bb05c2f9a6..ed182ad28e 100644 --- a/templates/repo/single_bare.tmpl +++ b/templates/repo/single_bare.tmpl @@ -1,4 +1,4 @@ -<div class="panel panel-default guide-box"> +<div class="panel panel-default guide-box clone-group-btn"> <div class="panel-heading guide-head"> <h4>Quick Guide</h4> </div> @@ -9,7 +9,7 @@ <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> - <input type="text" class="form-control" id="guide-clone-url" value="" readonly/> + <input type="text" class="form-control clone-group-url" id="guide-clone-url" value="" readonly/> <span class="input-group-btn"> <button class="btn btn-default" type="button"><i class="fa fa-copy" data-toggle="tooltip" title="copy to clipboard" data-placement="top"></i></button> </span> |