Files
Atay-Makhzan/templates/repo/editor/delete.tmpl
T

14 lines
400 B
Handlebars
Raw Normal View History

2016-08-28 01:41:44 -07:00
{{template "base/head" .}}
<div class="page-content repository file editor delete">
2016-08-28 01:41:44 -07:00
{{template "repo/header" .}}
<div class="ui container">
{{template "base/alert" .}}
<form class="ui form" method="post">
{{.CsrfTokenHtml}}
<input type="hidden" name="last_commit" value="{{.last_commit}}">
2016-08-28 01:41:44 -07:00
{{template "repo/editor/commit_form" .}}
</form>
</div>
</div>
{{template "base/footer" .}}