95a244d9c4
I think this is fixed in newer versions of yesod, so this commit can be reverted when dropping support for Debian wheezy.
17 lines
612 B
Text
17 lines
612 B
Text
<div .span9 .hero-unit>
|
|
<h2>
|
|
Combine repositories?
|
|
<p>
|
|
You have created a new repository at #{newrepo}.
|
|
<br>
|
|
Do you want to combine it with your existing repository at #{mainrepo}?
|
|
<p>
|
|
<a .btn href="@{CombineRepositoryR $ FilePathAndUUID newrepopath newrepouuid}">
|
|
<i .icon-resize-small></i> Combine the repositories #
|
|
The combined repositories will sync and share their files.
|
|
<p>
|
|
-or-
|
|
<p>
|
|
<a .btn href="@{SwitchToRepositoryR newrepopath}">
|
|
<i .icon-resize-full></i> Keep the repositories separate #
|
|
Files placed in one will not be synced to the other.
|