diff options
Diffstat (limited to '')
-rw-r--r-- | templates/repo_tree_dir.html.tmpl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/repo_tree_dir.html.tmpl b/templates/repo_tree_dir.html.tmpl index 7db2035..aa457c4 100644 --- a/templates/repo_tree_dir.html.tmpl +++ b/templates/repo_tree_dir.html.tmpl @@ -14,11 +14,6 @@ /{{ .path_spec }}{{ if ne .path_spec "" }}/{{ end }} on {{ .ref }} </th> </tr> - <tr> - <th scope="col">Mode</th> - <th scope="col">Name</th> - <th scope="col">Size</th> - </tr> </thead> <tbody> {{- $path_spec := .path_spec }} |