summaryrefslogtreecommitdiff
path: root/got/view_blob.got
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-11-02 18:53:20 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-11-02 18:53:20 -0400
commit7d5f4e73158cfc4837e6fe1ccf609c931c4f87b7 (patch)
tree8af98da31237013c251b9de490c4d88aa5755195 /got/view_blob.got
parent1a7dd9bd692ff9db64cea670fa0feaa79c82706d (diff)
views
Diffstat (limited to 'got/view_blob.got')
-rw-r--r--got/view_blob.got8
1 files changed, 8 insertions, 0 deletions
diff --git a/got/view_blob.got b/got/view_blob.got
index a1d7e2c..63039f2 100644
--- a/got/view_blob.got
+++ b/got/view_blob.got
@@ -24,3 +24,11 @@
</label>
<input type="submit" value="Upload">
</form>
+<form method="POST" enctype="multipart/form-data">
+ <input type="hidden" name="_method" value="DELETE">
+ <label>
+ Description of change:
+ <input type="text" value="_message" />
+ </label>
+ <input type="submit" value="Delete">
+</form>