2014-04-20 10:42:31 +00:00
|
|
|
<div .col-sm-9 .jumbotron>
|
2013-10-02 19:54:32 +00:00
|
|
|
<h2>
|
|
|
|
Combine repositories?
|
|
|
|
<p>
|
|
|
|
A repository already exists on #{sshHostName sshdata} in the #
|
|
|
|
<tt>#{sshDirectory sshdata}</tt> directory.
|
|
|
|
<p>
|
|
|
|
Do you want to merge this repository's contents into your repository?
|
|
|
|
<p>
|
2014-04-20 10:42:31 +00:00
|
|
|
<a .btn .btn-default onclick="$('#setupmodal').modal('show');" href="@{CombineSshR sshdata}">
|
2014-04-17 23:58:27 +00:00
|
|
|
<span .glyphicon .glyphicon-resize-small></span> Combine the repositories #
|
2013-10-02 19:54:32 +00:00
|
|
|
The combined repositories will sync and share their files.
|
|
|
|
<p>
|
|
|
|
<p>
|
2014-04-20 10:42:31 +00:00
|
|
|
<a .btn .btn-default href="@{AddSshR}">
|
2014-04-17 23:58:27 +00:00
|
|
|
<span .glyphicon .glyphicon-resize-full></span> Go back #
|
2013-10-02 19:54:32 +00:00
|
|
|
Use a different directory than <tt>#{sshDirectory sshdata}</tt> to #
|
|
|
|
avoid combining the repositories.
|
|
|
|
^{sshSetupModal sshdata}
|