2014-04-20 10:42:31 +00:00
|
|
|
<div .col-sm-9 .jumbotron>
|
2013-03-20 20:46:35 +00:00
|
|
|
<h2>
|
|
|
|
Combine repositories?
|
|
|
|
<p>
|
|
|
|
The removable drive at <tt>#{mountPoint drive}</tt> already
|
|
|
|
has files in its repository <tt>#{driveRepoPath drive}</tt>
|
|
|
|
<p>
|
|
|
|
Do you want to combine these files into your repository?
|
|
|
|
<p>
|
2014-04-20 10:42:31 +00:00
|
|
|
<a .btn .btn-default onclick="$('#setupmodal').modal('show');" href="@{FinishAddDriveR drive NoRepoKey}">
|
2014-04-17 23:58:27 +00:00
|
|
|
<span .glyphicon .glyphicon-resize-small></span> Combine the repositories #
|
2013-03-20 20:46:35 +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="@{AddDriveR}">
|
2014-04-17 23:58:27 +00:00
|
|
|
<span .glyphicon .glyphicon-resize-full></span> Go back #
|
2013-03-20 20:46:35 +00:00
|
|
|
Use a different directory than <tt>#{driveRepoPath drive}</tt> to #
|
|
|
|
avoid combining the repositories.
|
2013-09-16 20:46:00 +00:00
|
|
|
^{setupDriveModal}
|