diff options
-rw-r--r-- | templates/repo_tree_dir.html | 2 | ||||
-rw-r--r-- | templates/repo_tree_file.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/repo_tree_dir.html b/templates/repo_tree_dir.html index 14dc15a..93fa830 100644 --- a/templates/repo_tree_dir.html +++ b/templates/repo_tree_dir.html @@ -5,7 +5,7 @@ <link rel="stylesheet" href="/static/style.css" /> <title>{{ .project_name }}/repos/{{ .repo_name }}/{{ .path_spec }}</title> </head> -<body class="repo-index"> +<body class="repo-tree-dir"> <div class="padding-wrapper"> <p> /{{ .path_spec }}/ diff --git a/templates/repo_tree_file.html b/templates/repo_tree_file.html index 0df9216..7cf335a 100644 --- a/templates/repo_tree_file.html +++ b/templates/repo_tree_file.html @@ -5,7 +5,7 @@ <link rel="stylesheet" href="/static/style.css" /> <title>{{ .project_name }}/repos/{{ .repo_name }}/{{ .path_spec }}</title> </head> -<body class="repo-index"> +<body class="repo-tree-file"> <p> /{{ .path_spec }} </p> |