summaryrefslogtreecommitdiffstats
path: root/templates/repo/create.tmpl
blob: 4ec4f6f1e8add28f656874dfec9687d85f39ed07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{{template "base/head" .}}
{{template "base/navbar" .}}
<div class="container">
	<form action="/repo/create" method="post" class="form-horizontal">
		<div class="form-group">
		    <div class="col-md-offset-4 col-md-3">
		    	<button type="submit" class="btn btn-info">Create repository</button>
		    </div>
		</div>
	</form>
</div>
{{template "base/footer" .}}