diff options
Diffstat (limited to 'templates/repo/editor/delete.tmpl')
-rw-r--r-- | templates/repo/editor/delete.tmpl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/repo/editor/delete.tmpl b/templates/repo/editor/delete.tmpl new file mode 100644 index 0000000000..a874253079 --- /dev/null +++ b/templates/repo/editor/delete.tmpl @@ -0,0 +1,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" .}}
\ No newline at end of file |