diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/group_repos.html.tmpl | 2 | ||||
-rw-r--r-- | templates/repo_log.html.tmpl | 2 | ||||
-rw-r--r-- | templates/repo_raw_dir.html.tmpl | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/templates/group_repos.html.tmpl b/templates/group_repos.html.tmpl index 7d39ea9..f24ce97 100644 --- a/templates/group_repos.html.tmpl +++ b/templates/group_repos.html.tmpl @@ -5,7 +5,7 @@ {{ template "head_common" . }} <title>Repos in {{ .group_name }} – Lindenii Forge</title> </head> - <body class="group-index"> + <body class="group-repos"> <div class="padding-wrapper"> <h1> Repos in {{ .group_name }} diff --git a/templates/repo_log.html.tmpl b/templates/repo_log.html.tmpl index 74b9c3f..898a84a 100644 --- a/templates/repo_log.html.tmpl +++ b/templates/repo_log.html.tmpl @@ -5,7 +5,7 @@ {{ template "head_common" . }} <title>Log of {{ .group_name }}/repos/{{ .repo_name }} – Lindenii Forge</title> </head> - <body class="repo-index"> + <body class="repo-log"> <table id="commits" class="wide"> <thead> <tr class="title-row"> diff --git a/templates/repo_raw_dir.html.tmpl b/templates/repo_raw_dir.html.tmpl index 6574ed4..3dcb8a6 100644 --- a/templates/repo_raw_dir.html.tmpl +++ b/templates/repo_raw_dir.html.tmpl @@ -5,7 +5,7 @@ {{ template "head_common" . }} <title>{{ .group_name }}/repos/{{ .repo_name }}/{{ .path_spec }}{{ if ne .path_spec "" }}/{{ end }} – Lindenii Forge</title> </head> - <body class="repo-tree-dir"> + <body class="repo-raw-dir"> <div class="padding-wrapper scroll"> <table id="file-tree" class="wide"> <thead> |