git-annex/templates/configurators/edit/nonannexremote.hamlet
Joey Hess 958312885f webapp: Improve UI around remote that have no annex.uuid set, either because setup of them is incomplete, or because the remote git repository is not a git-annex repository.
Complicated by such repositories potentially being repos that should have
an annex.uuid, but it failed to be gotten, perhaps due to the past ssh repo
setup bugs. This is handled now by an Upgrade Repository button.
2013-11-07 18:02:00 -04:00

18 lines
538 B
Text

<div .span9 .hero-unit>
<h2>
Just a git repository
<p>
This repository is not currently set up as a git annex; #
only git metadata is synced with this repository.
$if sshrepo
<p>
If this repository's ssh server has git-annex installed, you can #
upgrade this repository to a full git annex, which will store the
contents of your files, not only their metadata.
<p>
<a .btn href="@{UpgradeRepositoryR r}">
Upgrade Repository
<h2>
Repository information
<p>
^{repoInfo}