git-annex/templates/configurators/addrepository.hamlet
2012-07-31 16:13:09 -04:00

16 lines
602 B
Text

<div .span9 .hero-unit>
$if firstrun
<h2>
Welcome to git-annex!
<p>
There's just one thing to do before you can start using the power #
and convenience of git-annex.
<h2>
Create a git-annex repository
<p>
Files in this repository will managed by git-annex, #
and kept in sync with your repositories on other devices.
<form .form-inline>
<i class="icon-folder-open"></i> #
<input type="text" .input-xlarge placeholder="directory"> #
<button type="submit" .btn .btn-primary .btn-large>Make Repository</button>