Skip to content
Snippets Groups Projects
Commit bb5e19d7 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

presentation

parent d156caa2
No related branches found
No related tags found
No related merge requests found
---
<% teacher_involvements = @about.university_person_involvements.includes(:person).ordered_by_name %>
<% administrator_involvements = @about.involvements_through_roles.includes(:person).ordered_by_name %>
<%
teacher_involvements = @about.university_person_involvements
.includes(:person)
.ordered_by_name
administrator_involvements = @about.involvements_through_roles
.includes(:person)
.ordered_by_name
%>
title: >
<%= @about.name %>
url: <%= @website.special_page(:education_programs).path %><%= @about.path %>
description: >
<%= prepare_text_for_static @about.description %>
presentation: >
<%= prepare_text_for_static @about.presentation %>
position: <%= @about.position %>
<%= render 'admin/communication/unsplash/static' %>
category: "<%= @website.categories.find_by(program_id: @about.id)&.path %>"
......@@ -53,7 +61,6 @@ continuing: <%= @about.continuing %>
:other,
:pedagogy,
:prerequisites,
:presentation,
:pricing,
:registration,
:results
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment