From eae469c30055b293171a1cb0d2480917f38d16c1 Mon Sep 17 00:00:00 2001 From: zPlus Date: Sun, 31 Jul 2022 07:15:24 +0200 Subject: [PATCH] Rename README page to Overview. The README page shows more than the README file, so it's been renamed to a more general "Overview". --- templates/explore.html | 2 +- templates/repository/{readme.html => overview.html} | 2 +- templates/repository/repository.html | 6 +++--- web.py | 8 ++++---- 4 files changed, 9 insertions(+), 9 deletions(-) rename templates/repository/{readme.html => overview.html} (94%) diff --git a/templates/explore.html b/templates/explore.html index ad06a6a..03ea698 100644 --- a/templates/explore.html +++ b/templates/explore.html @@ -19,7 +19,7 @@ {{ repository['path'][:-4] }} {% else %} R   - {{ repository['path'] }} + {{ repository['path'] }} {% endif %}
diff --git a/templates/repository/readme.html b/templates/repository/overview.html similarity index 94% rename from templates/repository/readme.html rename to templates/repository/overview.html index e064189..04a00de 100644 --- a/templates/repository/readme.html +++ b/templates/repository/overview.html @@ -1,6 +1,6 @@ {% extends "repository/repository.html" %} -{% block menu_readme_class %}selected{% endblock %} +{% block menu_overview_class %}selected{% endblock %} {% block content %} diff --git a/templates/repository/repository.html b/templates/repository/repository.html index 79abba3..0254ac2 100644 --- a/templates/repository/repository.html +++ b/templates/repository/repository.html @@ -8,9 +8,9 @@ {% block context %}