From 9ab4bbb17c2969495f41af309e79cae62d7215a4 Mon Sep 17 00:00:00 2001 From: Yuta Taniguchi Date: Thu, 9 Apr 2020 23:51:02 +0900 Subject: [PATCH] Fix data-file-path This correct the `data-file-path` attribute's value so that the value includes the ancestor directories to a file. --- lib/gollum/templates/overview.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gollum/templates/overview.mustache b/lib/gollum/templates/overview.mustache index f97705dd..4b452c13 100644 --- a/lib/gollum/templates/overview.mustache +++ b/lib/gollum/templates/overview.mustache @@ -18,7 +18,7 @@ {{{icon}}} {{name}} {{#allow_editing}} - {{#is_file}}{{/is_file}} + {{#is_file}}{{/is_file}} {{/allow_editing}} {{/files_folders}}