summaryrefslogtreecommitdiff
path: root/templates/configurators/addrepository.hamlet
blob: 20ece2806717546d63ccf5b05149dec8fee2e71f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<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>