aboutsummaryrefslogtreecommitdiff
path: root/tmpl/edit
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-08-17 05:52:10 +0200
committerDimitri Sokolyuk <demon@dim13.org>2016-08-17 05:52:10 +0200
commit4b0a84280ea990cbe1219567a80a61a1008d8920 (patch)
tree43f63e6e0e1c00453a409d0466b8d922e5cd7cad /tmpl/edit
parent1a5503aabaa62f2921bc5751aa15b8a16583d2b5 (diff)
parent910f3461f9bf7b8f032e0681dc2675d06cc99296 (diff)
Merge branch 'master' of dim13.org:gowiki
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}}