git-annex/templates/configurators/editrepository.hamlet
Joey Hess 5b9900133c allow disabling syncing to a repo on its edit form
This is not quite right yet, since it disables it so hard it doesn't show
up in the repo list anymore!
2012-10-11 17:14:42 -04:00

13 lines
345 B
Text

<div .span9 .hero-unit>
<h2>
Configuring repository: #{description}
<p>
<form .form-horizontal enctype=#{enctype}>
<fieldset>
^{form}
^{authtoken}
<div .form-actions>
<button .btn .btn-primary type=submit>
Save Changes
<a .btn href="@{RepositoriesR}">
Cancel