diff --git a/templates/repo.html b/templates/repo.html index fde0b03..f24e21a 100644 --- a/templates/repo.html +++ b/templates/repo.html @@ -17,10 +17,10 @@
{% set current_path = '/repository/' + current_repository %} - {{ name }} + {{ name }} {% for item in path %} {% set current_path = current_path + "/" + item %} - {{ item }} + {{ item }} {% endfor %}