filer: UI ensure a correct foler link

This commit is contained in:
Chris Lu
2019-12-11 23:09:01 -08:00
parent 4cba32d1d0
commit 1f400489c6
2 changed files with 8 additions and 4 deletions

View File

@@ -50,7 +50,7 @@ var StatusTpl = template.Must(template.New("status").Funcs(funcMap).Parse(`<!DOC
<div class="row">
<div>
{{ range $entry := .Breadcrumbs }}
<a href={{ $entry.Link }} >
<a href="{{ $entry.Link }}" >
{{ $entry.Name }}
</a>
{{ end }}