From 197884cde383b7e64c2b97a84097f581a4123935 Mon Sep 17 00:00:00 2001 From: Arnaud Levy <contact@arnaudlevy.com> Date: Sat, 22 Jul 2023 07:22:20 +0200 Subject: [PATCH] Page weight [skip ci] --- app/views/admin/communication/websites/pages/static.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/admin/communication/websites/pages/static.html.erb b/app/views/admin/communication/websites/pages/static.html.erb index a12a062df..19abb0ecd 100644 --- a/app/views/admin/communication/websites/pages/static.html.erb +++ b/app/views/admin/communication/websites/pages/static.html.erb @@ -15,6 +15,7 @@ has: teachers: <%= @website.has_teachers? %> <% end %> position: <%= @about.position %> +weight: <%= @about.position %> <%= render 'admin/application/i18n/static' %> bodyclass: <%= @about.best_bodyclass %> <%= render 'admin/application/featured_image/static' %> -- GitLab