From b47f2e261fe7207b78a33aaa955651ff37f6118d Mon Sep 17 00:00:00 2001 From: pabois <pierreandre.boissinot@noesya.coop> Date: Wed, 27 Apr 2022 11:31:29 +0200 Subject: [PATCH] typo --- .../communication/website/configs/permalinks/static.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/communication/website/configs/permalinks/static.html.erb b/app/views/admin/communication/website/configs/permalinks/static.html.erb index 780ad1b9c..f25a6b99a 100644 --- a/app/views/admin/communication/website/configs/permalinks/static.html.erb +++ b/app/views/admin/communication/website/configs/permalinks/static.html.erb @@ -10,7 +10,7 @@ persons: <%= @website.special_page(:persons).path_without_language %>/:sl <% if @website.has_authors? %> authors: <%= @website.special_page(:persons).path_without_language %>/:slug/<%= @website.special_page(:communication_posts).slug %>/ <% end %> -<%# ces paths complémentaires sont nécessairesà Hugo mais on ne les utilise pas %> +<%# ces paths complémentaires sont nécessaires à Hugo mais on ne les utilise pas %> <% if @website.has_administrators? %> administrators: <%= @website.special_page(:persons).path_without_language %>/:slug/roles/ <% end %> -- GitLab