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

year

parent 1b06c6ba
No related branches found
No related tags found
Loading
......@@ -4,11 +4,17 @@
<h1><%= @academic_year %></h1>
</header>
<h2 class="mb-4">
<%= @cohorts.count %>
<%= Education::Cohort.model_name.human(count: @cohorts.count).downcase %>
</h2>
<%= render 'extranet/cohorts/list', cohorts: @cohorts %>
<div class="row">
<div class="col-lg-4">
<h2 class="mb-4">
<%= @cohorts.count %>
<%= Education::Cohort.model_name.human(count: @cohorts.count).downcase %>
</h2>
</div>
<div class="col-lg-8">
<%= render 'extranet/cohorts/list', cohorts: @cohorts %>
</div>
</div>
<h2 class="mt-5 mb-4">
<%= @alumni.count %>
......
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