aboutsummaryrefslogtreecommitdiff
path: root/tmpl/edit
diff options
context:
space:
mode:
Diffstat (limited to 'tmpl/edit')
-rw-r--r--tmpl/edit3
1 files changed, 3 insertions, 0 deletions
diff --git a/tmpl/edit b/tmpl/edit
index 2034f47..f4c5f2c 100644
--- a/tmpl/edit
+++ b/tmpl/edit
@@ -7,3 +7,6 @@
<input type="reset" value="Reset">
</form>
{{end}}
+{{define "action"}}
+<a href="/del/{{.Title}}" title="delete {{.Title}}"><i class="fa fa-trash"></i></a>
+{{end}}