diff options
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> |