sklad: make containers always link to self

This commit is contained in:
Přemysl Eric Janouch 2019-04-18 05:34:01 +02:00
parent 0936963aaf
commit cbf8678681
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}