Skip to content
Snippets Groups Projects
index.html.erb 236 B
Newer Older
Arnaud Levy's avatar
Arnaud Levy committed
<% content_for :title, current_context %>

<h2><%= Education::Cohort.model_name.human(count: 2) %></h2>
<p><%= link_to 'Voir toutes les promotions', education_cohorts_path %></p>
<%= render 'extranet/cohorts/list', cohorts: @cohorts %>