Browse Source

remove whitespace

master
palytoxin 4 years ago
parent
commit
ac7564edcd
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      templates/repo/datasets/dirs/index.tmpl

+ 1
- 3
templates/repo/datasets/dirs/index.tmpl View File

@@ -6,9 +6,7 @@
<div class="row"> <div class="row">
<div class="column sixteen wide"> <div class="column sixteen wide">
<p> <p>
{{ range $index, $item := .Path }}
<a href='{{$.Link}}/?parentDir={{if gt $index 0}}{{DatasetPathJoin $.Path $index "/"}}{{else}}{{end}}'>{{ $item }}</a><span class="directory-seperator">/</span>
{{ end }}
{{ range $index, $item := .Path }}<a href='{{$.Link}}/?parentDir={{if gt $index 0}}{{DatasetPathJoin $.Path $index "/"}}{{else}}{{end}}'>{{ $item }}</a><span class="directory-seperator">/</span>{{ end }}
</p> </p>
</div> </div>
</div> </div>


Loading…
Cancel
Save