File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 72
72
</ div >
73
73
{{end}}
74
74
75
- {{if .SubItemsHtml}}
76
- < div class ="panel filter " id ="panel-filter ">
77
- < div class ="form ">
78
- < input type ="text " accesskey ="r " placeholder ="{{.Trans.FilterLabel}} "/>
79
- < button type ="reset "> X</ button >
80
- </ div >
81
- </ div >
82
- {{end}}
83
-
84
75
{{if .CanDelete}}
85
76
< script type ="text/javascript ">
86
77
function confirmDelete ( form ) {
95
86
</ script >
96
87
{{end}}
97
88
{{end}}
89
+ {{if .SubItemsHtml}}
90
+ < div class ="panel filter " id ="panel-filter ">
91
+ < div class ="form ">
92
+ < input type ="text " accesskey ="r " placeholder ="{{.Trans.FilterLabel}} "/>
93
+ < button type ="reset "> X</ button >
94
+ </ div >
95
+ </ div >
96
+ {{end}}
98
97
< ul class ="item-list{{if .HasDeletable}} has-deletable{{end}} ">
99
98
{{if not $isDownload}}
100
99
< li class ="header "> {{$dirSort := .SortState.DirSort}}{{$sortKey := .SortState.Key}}
You can’t perform that action at this time.
0 commit comments