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 96% 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 %}