diff --git a/app/views/admin/education/cohorts/show.html.erb b/app/views/admin/education/cohorts/show.html.erb index 804ff183e37cc8d895ac5c5cce11290bf48c893b..db47cd66439b7f00969253b4a6748e02dd03496b 100644 --- a/app/views/admin/education/cohorts/show.html.erb +++ b/app/views/admin/education/cohorts/show.html.erb @@ -4,7 +4,7 @@ <div class="row"> <div class="col-md-8"> <div class="card flex-fill w-100"> - + <div class="card-body"> <h3 class="h5"><%= Education::Cohort.human_attribute_name('program') %></h3> <p><%= link_to_if can?(:read, @cohort.program), @cohort.program, [:admin, @cohort.program] %></p> @@ -20,4 +20,4 @@ <h2><%= University::Person::Alumnus.model_name.human(count: 2) %></h2> -<%= render 'admin/university/people/alumni/list', alumni: @cohort.people.ordered %> +<%= render 'admin/university/alumni/list', alumni: @cohort.people.ordered %>