summaryrefslogtreecommitdiffstats
path: root/templates/repo/editor/delete.tmpl
blob: a87425307965f9cb27e88e868fde01755e198857 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{{template "base/head" .}}
<div class="repository file editor delete">
	{{template "repo/header" .}}
	<div class="ui container">
		{{template "base/alert" .}}
		<form class="ui form" method="post">
			{{.CsrfTokenHtml}}
			{{template "repo/editor/commit_form" .}}
		</form>
	</div>
</div>
{{template "base/footer" .}}