From 4152644bbfdf9b2c3daec51f77c511f4f9317969 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jun 27 2016 10:11:27 +0000 Subject: Drop the hash to the blob of the file when listing the files in the repo --- diff --git a/pagure/templates/file.html b/pagure/templates/file.html index 788ac4e..9060c85 100644 --- a/pagure/templates/file.html +++ b/pagure/templates/file.html @@ -163,9 +163,6 @@ {{ entry.name | unicode }} {% if entry.filemode == 16384 %}{% endif%} - - {{ entry.hex|short }} - {% endfor %}