2012-10-09 15:11:48 -04:00
|
|
|
<div .span9 .hero-unit>
|
|
|
|
<h2>
|
2013-04-03 21:26:38 -04:00
|
|
|
$if new
|
|
|
|
Repository created
|
|
|
|
$else
|
|
|
|
Editing repository
|
2012-10-11 17:35:08 -04:00
|
|
|
$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. #
|
2012-10-14 17:18:01 -04:00
|
|
|
Perhaps enter a better name than the automatically generated one.
|
2012-10-11 17:35:08 -04:00
|
|
|
$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.
|
2012-10-09 15:11:48 -04:00
|
|
|
<p>
|
2013-03-16 18:48:23 -04:00
|
|
|
<form method="post" .form-horizontal enctype=#{enctype}>
|
2012-10-09 15:11:48 -04:00
|
|
|
<fieldset>
|
|
|
|
^{form}
|
2012-11-25 00:38:11 -04:00
|
|
|
^{webAppFormAuthToken}
|
2012-10-09 15:11:48 -04:00
|
|
|
<div .form-actions>
|
|
|
|
<button .btn .btn-primary type=submit>
|
2013-03-31 16:38:05 -04:00
|
|
|
Save Changes #
|
2013-04-03 21:26:38 -04:00
|
|
|
<a .btn href="@{DashboardR}">
|
2013-03-31 16:38:05 -04:00
|
|
|
Cancel #
|
2012-10-11 17:35:08 -04:00
|
|
|
$if new
|
|
|
|
<p>
|
|
|
|
In a hurry? Feel free to skip this step! You can always come back #
|
|
|
|
and configure this repository later.
|
2013-04-25 16:42:17 -04:00
|
|
|
<h3>
|
|
|
|
Repository information
|
|
|
|
<p>
|
|
|
|
^{repoInfo}
|