diff --git a/app/views/admin/education/diplomas/static.html.erb b/app/views/admin/education/diplomas/static.html.erb index e0ca041da5dc6b06ef4292e9778105906b056ee6..5f0dadeff9a8fbf326b53c4bd6b6f738bb067ce5 100644 --- a/app/views/admin/education/diplomas/static.html.erb +++ b/app/views/admin/education/diplomas/static.html.erb @@ -3,4 +3,8 @@ title: > <%= @about.name %> short_name: > <%= @about.short_name %> +level: <%= @about.level_i18n %> +ects: <%= @about.ects %> +duration: > + <%= prepare_text_for_static @about.duration %> --- diff --git a/app/views/admin/education/programs/static.html.erb b/app/views/admin/education/programs/static.html.erb index 1d9160ea01fad1755da2fb72171f06bad4ebdf10..caa4fcc189268ab0a8ff1d1fd086b08b980ce05d 100644 --- a/app/views/admin/education/programs/static.html.erb +++ b/app/views/admin/education/programs/static.html.erb @@ -42,14 +42,11 @@ roles: roles: [] <% end %> continuing: <%= @about.continuing %> -level: <%= @about.diploma&.level %> -ects: <%= @about.diploma&.ects %> <% [ :accessibility, :contacts, :content, - :duration, :evaluation, :objectives, :opportunities,