From fd99e5ccefbcdece7748a0a9a4b80ff62f219848 Mon Sep 17 00:00:00 2001 From: Arnaud Levy <contact@arnaudlevy.com> Date: Thu, 6 Jan 2022 10:55:11 +0100 Subject: [PATCH] fix --- .../admin/communication/websites/static.html.erb | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/app/views/admin/communication/websites/static.html.erb b/app/views/admin/communication/websites/static.html.erb index b35a0af7b..db284ce5d 100644 --- a/app/views/admin/communication/websites/static.html.erb +++ b/app/views/admin/communication/websites/static.html.erb @@ -1,17 +1,2 @@ title: > <%= @website.to_s %> -<% if @website.about_school? %> -school: - name: > - <%= @website.about.to_s %> - address: > - <%= @website.about.address %> - zipcode: > - <%= @website.about.zipcode %> - city: > - <%= @website.about.city %> - country: > - <%= @website.about.country %> - phone: > - <%= @website.about.phone %> -<% end %> -- GitLab