From 1024220b420aed4c440c89d0015b9896f1f3d462 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jul 14 2016 10:13:57 +0000 Subject: [PATCH 1/2] Display the links in the tree as such --- diff --git a/pagure/templates/file.html b/pagure/templates/file.html index 9060c85..1c3776e 100644 --- a/pagure/templates/file.html +++ b/pagure/templates/file.html @@ -149,6 +149,8 @@ {% if entry.filemode == 16384 %} + {% elif entry.filemode == 40960 %} + {% else %} {% endif %} From f7230f296328660c4de86bdbf013d86ac12f4560 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jul 14 2016 10:14:07 +0000 Subject: [PATCH 2/2] Display the sub-modules in the tree with a distinct icon --- diff --git a/pagure/templates/file.html b/pagure/templates/file.html index 1c3776e..ef559f3 100644 --- a/pagure/templates/file.html +++ b/pagure/templates/file.html @@ -151,6 +151,8 @@ {% elif entry.filemode == 40960 %} + {% elif entry.filemode == 57344 %} + {% else %} {% endif %}