You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- {{if .Dirs}}
- {{range .Dirs}}
- <div class="ui grid item">
- <div class="row">
- <div class="ten wide column">
- <a class="title" href="{{if .IsDir}}{{$.RepoLink}}/datasets/dirs/{{.UUID}}?parentDir={{.ParenDir}}{{end}}">
- <span class="fitted">{{if .IsDir}} {{svg "octicon-file-directory" 16}}{{else}}{{svg "octicon-file" 16}}{{end}}</span> {{.FileName}}
- </a>
- </div>
- <div class="two wide column">
- {{.Size | FileSize}}
- </div>
- <div class="four wide column">
- <span>{{.ModTime}}</span>
- </div>
-
- </div>
- </div>
- {{end}}
- {{end}}
|