diff --git a/pagure/templates/file.html b/pagure/templates/file.html index 1268461..54a31a4 100644 --- a/pagure/templates/file.html +++ b/pagure/templates/file.html @@ -74,6 +74,10 @@ {% for file in filename.split('/') %} + {% set path = file %} + {% if not loop.first %} + {% set path = path + '/' + file %} + {% endif %} {% if loop.index != loop.length %}