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.

delete.tmpl 387B

12345678910111213
  1. {{template "base/head" .}}
  2. <div class="repository file editor delete">
  3. {{template "repo/header" .}}
  4. <div class="ui container">
  5. {{template "base/alert" .}}
  6. <form class="ui form" method="post">
  7. {{.CsrfTokenHtml}}
  8. <input type="hidden" name="last_commit" value="{{.last_commit}}">
  9. {{template "repo/editor/commit_form" .}}
  10. </form>
  11. </div>
  12. </div>
  13. {{template "base/footer" .}}