git-annex/templates/configurators/newrepository/combine.hamlet
Joey Hess 95a244d9c4 work around yesod bug that causes a warning
I think this is fixed in newer versions of yesod, so this commit can be
reverted when dropping support for Debian wheezy.
2013-02-27 18:31:59 -04:00

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.