You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
365 B
12 lines
365 B
{{template "base/head" .}}
|
|
{{template "base/navbar" .}}
|
|
<div class="container">
|
|
<form action="/repo/delete" method="post" class="form-horizontal">
|
|
<div class="form-group">
|
|
<div class="col-md-offset-4 col-md-3">
|
|
<button type="submit" class="btn btn-danger">Delete repository</button>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
{{template "base/footer" .}} |