improve first run screen
This commit is contained in:
parent
0d3686972d
commit
c70496dc7f
5 changed files with 46 additions and 22 deletions
|
@ -1,3 +1,16 @@
|
|||
<div .span9 .hero-unit>
|
||||
<h2>
|
||||
Sorry, no configuration is implemented yet...
|
||||
$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>
|
||||
|
|
|
@ -26,12 +26,3 @@
|
|||
<a .btn .btn-primary .btn-large href="@{AddRepositoryR}">Add another repository</a>
|
||||
<p>
|
||||
Or just sit back, watch the magic, and get on with using your files.
|
||||
$nothing
|
||||
<h2>
|
||||
Creating 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>
|
||||
<input type="text" .input-xlarge placeholder="directory"> #
|
||||
<button type="submit" .btn .btn-primary .btn-large>Make Repository</button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue