aboutsummaryrefslogtreecommitdiff
path: root/tmpl
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-02-17 14:09:07 +0100
committerDimitri Sokolyuk <demon@dim13.org>2016-02-17 14:09:07 +0100
commitc440c5daaf55503844fd8d0a3ffd51280181bb25 (patch)
tree76af6d7fff1743ab9c365c0209ed403d92147d19 /tmpl
parentfda345f4a298ef8be837fbff0727f464c1c4eb3d (diff)
Disable delete button
Diffstat (limited to 'tmpl')
-rw-r--r--tmpl/root2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpl/root b/tmpl/root
index ee0fa9d..a80f1c2 100644
--- a/tmpl/root
+++ b/tmpl/root
@@ -16,7 +16,7 @@
<a href="/index"><i class="fa fa-list"></i></a>
{{with .Title}}
<a href="/edit/{{.}}"><i class="fa fa-pencil"></i></a>
- <a href="/del/{{.}}"><i class="fa fa-trash"></i></a>
+ <!--a href="/del/{{.}}"><i class="fa fa-trash"></i></a-->
{{end}}
</nav>
</header>