From 219b8bf992581a417960b2296a47c921b2778a29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Gaya?= <sebastien.gaya@gmail.com> Date: Fri, 17 Dec 2021 12:57:25 +0100 Subject: [PATCH] description in programs --- app/views/admin/education/programs/jekyll.html.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/admin/education/programs/jekyll.html.erb b/app/views/admin/education/programs/jekyll.html.erb index cf4b5090c..6a4cb423d 100644 --- a/app/views/admin/education/programs/jekyll.html.erb +++ b/app/views/admin/education/programs/jekyll.html.erb @@ -17,6 +17,8 @@ accessibility: > <%= prepare_for_github @program.accessibility, @program.university %> contacts: > <%= prepare_for_github @program.contacts, @program.university %> +description: > + <%= prepare_for_github @program.description, @program.university %> duration: > <%= prepare_for_github @program.duration, @program.university %> evaluation: > -- GitLab