aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/views/referentials/index.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/referentials/index.html.erb b/app/views/referentials/index.html.erb
index a9d990b11..5111856d9 100644
--- a/app/views/referentials/index.html.erb
+++ b/app/views/referentials/index.html.erb
@@ -1,7 +1,7 @@
<%= title_tag Referential.model_name.human.pluralize %>
-<div class="referentials">
-<%= render :partial => "referential", :collection => @referentials %>
+<div class="referentials paginated_content">
+ <%= paginated_content @referentials %>
</div>
<% content_for :sidebar do %>