aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Janouch <p@janouch.name>2019-04-18 05:34:01 +0200
committerPřemysl Janouch <p@janouch.name>2019-04-18 05:34:01 +0200
commitcbf867868125ab3ede0c7614c8cf3e405a14bf7d (patch)
treeefe5dd7ca137b22d26a4876a609112e023eafde4
parent0936963aaf8f9bbd367714c2dd7ce3a62ed6138c (diff)
downloadsklad-cbf867868125ab3ede0c7614c8cf3e405a14bf7d.tar.gz
sklad-cbf867868125ab3ede0c7614c8cf3e405a14bf7d.tar.xz
sklad-cbf867868125ab3ede0c7614c8cf3e405a14bf7d.zip
sklad: make containers always link to self
-rw-r--r--cmd/sklad/container.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/sklad/container.tmpl b/cmd/sklad/container.tmpl
index f6d86ce..7fa1654 100644
--- a/cmd/sklad/container.tmpl
+++ b/cmd/sklad/container.tmpl
@@ -23,7 +23,7 @@
{{ if .Container }}
<section>
<header>
- <h2>{{ .Container.Id }}
+ <h2><a href="container?id={{ .Container.Id }}">{{ .Container.Id }}</a>
{{- range .Container.Path }}
<small>&laquo; <a href="container?id={{ . }}">{{ . }}</a></small>
{{- end }}