From 318d8c35fa4649382647dd80b47a503c8090e9a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Gaya?= <sebastien.gaya@gmail.com> Date: Thu, 6 Jan 2022 15:11:51 +0100 Subject: [PATCH] fix --- app/views/admin/education/programs/static.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/education/programs/static.html.erb b/app/views/admin/education/programs/static.html.erb index 5907c32ca..6bdeade46 100644 --- a/app/views/admin/education/programs/static.html.erb +++ b/app/views/admin/education/programs/static.html.erb @@ -45,6 +45,6 @@ ects: <%= @program.ects %> :content ].each do |property| %> <%= property.to_s %>: > - <%= prepare_for_github @program.send "best_#{property}", @program.university %> + <%= prepare_for_github @program.send("best_#{property}"), @program.university %> <% end %> --- -- GitLab