aboutsummaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
authorLuc Donnet2014-06-18 11:58:35 +0200
committerLuc Donnet2014-06-18 11:58:35 +0200
commit3988cf436bd2a751b3f229eaeebe0e2f371f6774 (patch)
tree1f377ed74ce71afd79f9247f6c987694b88ef590 /app/views
parent3acf27e0c4629a22f48faab9ba24de8e6b7d9ea3 (diff)
downloadchouette-core-3988cf436bd2a751b3f229eaeebe0e2f371f6774.tar.bz2
Update referential index ui Refs #0026847
Diffstat (limited to 'app/views')
-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 %>