Commit 16e54c99cd9e9cb38f4cc1157c114622657ad26c Parent: 467f6488385f7e94b928f628c1892ecaf6a476e8 Author: mcol <mcol@posteo.net> Date: 2021-11-27 02:47:18 +0000 Committer: mcol <mcol@posteo.net> Committed: 2021-11-27 02:47:18 +0000 fix tests
test/templates/repo/index.html Modified
@@ -4,7 +4,7 @@ {% block body %} scope: repository host: {{ host }} -repos: {{ repos }} +repos: {{ repositories }} name: {{ name }} description: {{ description }} commits: (skipped)
test/templates/repo/file.html Modified
@@ -16,7 +16,7 @@ file scope also should have data from repo scope available: host: {{ host }} -repos: {{ repos }} +repos: {{ repositories }} name: {{ name }} description: {{ description }} commits: (skipped)