|
|
@@ -9,7 +9,7 @@ |
|
|
|
{{ $collapseList := and .ReadmeExist (not .HasParentPath)}} |
|
|
|
<details {{if not $collapseList}}open{{end}}> |
|
|
|
<summary class="ui top attached header"> |
|
|
|
<h4 style="display: inline;"> |
|
|
|
<h4 style="display: inline;" class="clearfix"> |
|
|
|
{{if $collapseList}}Contents of{{end}} |
|
|
|
{{ $n := len .TreeNames}} |
|
|
|
{{ $l := Subtract $n 1}} |
|
|
@@ -34,7 +34,7 @@ |
|
|
|
</div> |
|
|
|
</h4> |
|
|
|
</summary> |
|
|
|
<table id="repo-files-table" class="ui single line attached table"> |
|
|
|
<table id="repo-files-table" class="ui single line attached unstackable table"> |
|
|
|
<tbody> |
|
|
|
{{if .HasParentPath}} |
|
|
|
<tr class="has-parent"> |
|
|
|