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 df935d5bfc0a8e9d77c2cf9319ccb1a45607339b..bcd31aff867d45108a9de0b19f32a0d6b8e87fdb 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