Skip to content
Snippets Groups Projects
show.html.erb 941 B
Newer Older
Arnaud Levy's avatar
Arnaud Levy committed
<%= content_for :title, @program %>
<h1><%= @program %></h1>

<p>
  <strong>University:</strong>
  <%= @program.university %>
</p>

<p>
  <strong>Name:</strong>
  <%= @program.name %>
</p>

<p>
  <strong>Level:</strong>
  <%= @program.level %>
</p>

<p>
  <strong>Capacity:</strong>
  <%= @program.capacity %>
</p>

<p>
  <strong>Ects:</strong>
  <%= @program.ects %>
</p>

<p>
  <strong>Continuing:</strong>
  <%= @program.continuing %>
</p>

<p>
  <strong>Prerequisites:</strong>
  <%= @program.prerequisites %>
</p>

<p>
  <strong>Objectives:</strong>
  <%= @program.objectives %>
</p>

<p>
  <strong>Duration:</strong>
  <%= @program.duration %>
</p>

<p>
  <strong>Registration:</strong>
  <%= @program.registration %>
</p>

<p>
  <strong>Pedagogy:</strong>
  <%= @program.pedagogy %>
</p>

<p>
  <strong>Evaluation:</strong>
  <%= @program.evaluation %>
</p>

<p>
  <strong>Accessibility:</strong>
  <%= @program.accessibility %>
</p>