diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-11 20:24:30 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-11 20:24:30 +0800 |
commit | 3f0342fcbf5aafc13b3fce58c077d86275e3781d (patch) | |
tree | e7c7de2a2251763bb1773d11357e308a3b8878ef /templates/repo_raw_dir.html.tmpl | |
parent | *.html: Fix body class (diff) | |
download | forge-3f0342fcbf5aafc13b3fce58c077d86275e3781d.tar.gz forge-3f0342fcbf5aafc13b3fce58c077d86275e3781d.tar.zst forge-3f0342fcbf5aafc13b3fce58c077d86275e3781d.zip |
repo_index.html, style.css: CSS state machines
Diffstat (limited to 'templates/repo_raw_dir.html.tmpl')
-rw-r--r-- | templates/repo_raw_dir.html.tmpl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/repo_raw_dir.html.tmpl b/templates/repo_raw_dir.html.tmpl index 3dcb8a6..f55d8c8 100644 --- a/templates/repo_raw_dir.html.tmpl +++ b/templates/repo_raw_dir.html.tmpl @@ -14,11 +14,6 @@ (Raw) /{{ .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 }} |