From 6726082861fc040347d9f93fb214dd014e3bb153 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Gaya?= <sebastien.gaya@gmail.com> Date: Wed, 30 Nov 2022 11:22:41 +0100 Subject: [PATCH] fix cohorts partial names --- .../cohorts/{_index.cards.html.erb => _index_cards.html.erb} | 0 .../{_index.facets.html.erb => _index_facets.html.erb} | 0 app/views/extranet/cohorts/index.html.erb | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename app/views/extranet/cohorts/{_index.cards.html.erb => _index_cards.html.erb} (100%) rename app/views/extranet/cohorts/{_index.facets.html.erb => _index_facets.html.erb} (100%) diff --git a/app/views/extranet/cohorts/_index.cards.html.erb b/app/views/extranet/cohorts/_index_cards.html.erb similarity index 100% rename from app/views/extranet/cohorts/_index.cards.html.erb rename to app/views/extranet/cohorts/_index_cards.html.erb diff --git a/app/views/extranet/cohorts/_index.facets.html.erb b/app/views/extranet/cohorts/_index_facets.html.erb similarity index 100% rename from app/views/extranet/cohorts/_index.facets.html.erb rename to app/views/extranet/cohorts/_index_facets.html.erb diff --git a/app/views/extranet/cohorts/index.html.erb b/app/views/extranet/cohorts/index.html.erb index df935d5bf..bcd31aff8 100644 --- a/app/views/extranet/cohorts/index.html.erb +++ b/app/views/extranet/cohorts/index.html.erb @@ -5,7 +5,7 @@ <% end %> <% if current_extranet.should_show_years? %> - <%= render 'index.facets' %> + <%= render 'index_facets' %> <% else %> - <%= render 'index.cards' %> + <%= render 'index_cards' %> <% end %> \ No newline at end of file -- GitLab