From 58d7c7890bab8ee08fcc6524dcc1d198ef567c27 Mon Sep 17 00:00:00 2001 From: Victor Lacasse-Beaudoin Date: Tue, 15 Aug 2023 15:58:12 -0400 Subject: [PATCH] Utiliser Bucket.DisplayName dans documentation-html --- templates/html/documentation.gohtml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/html/documentation.gohtml b/templates/html/documentation.gohtml index 2faaa88..ab846ed 100644 --- a/templates/html/documentation.gohtml +++ b/templates/html/documentation.gohtml @@ -12,8 +12,9 @@

{{ range . }} {{ $bucket_name := .Name }} + {{ $bucket_display_name := .DisplayName }}

- {{ $bucket_name }} + {{ $bucket_display_name }}