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