git-annex/templates/configurators/editrepository.hamlet

32 lines
1,021 B
Text
Raw Normal View History

<div .span9 .hero-unit>
<h2>
$if new
Repository created
$else
Editing repository
$if new
<p>
This repository is set up and ready to go!
<p>
Now you can do a little more configuring of it, if you like. #
Perhaps enter a better name than the automatically generated one.
$if istransfer
<div .alert .alert-info>
This repository is currently in the transfer group. That's the #
right choice if you'll use it to shuttle data back and forth #
between other repositories. Otherwise, pick one of the other groups.
<p>
2013-03-16 22:48:23 +00:00
<form method="post" .form-horizontal enctype=#{enctype}>
<fieldset>
^{form}
2012-11-25 04:38:11 +00:00
^{webAppFormAuthToken}
<div .form-actions>
<button .btn .btn-primary type=submit>
Save Changes #
<a .btn href="@{DashboardR}">
Cancel #
$if new
<p>
In a hurry? Feel free to skip this step! You can always come back #
and configure this repository later.