aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/referentials
diff options
context:
space:
mode:
authorjpl2017-03-30 11:54:13 +0200
committerjpl2017-03-30 11:54:13 +0200
commitfb583e5fb235a3f04558e94ec1aa933460faa82c (patch)
tree3d419aed076898a8f3c30952b04910b3f84edadc /app/views/referentials
parent12d6190cdb1be1f7a5f6249a19e43743630d24a8 (diff)
downloadchouette-core-fb583e5fb235a3f04558e94ec1aa933460faa82c.tar.bz2
Refs #3002: updating pagination on views
Diffstat (limited to 'app/views/referentials')
-rw-r--r--app/views/referentials/show.html.slim4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/views/referentials/show.html.slim b/app/views/referentials/show.html.slim
index e50872b0e..04f93738e 100644
--- a/app/views/referentials/show.html.slim
+++ b/app/views/referentials/show.html.slim
@@ -36,10 +36,6 @@
@referential.human_attribute_name(:published_at) => '-' }
- if params[:q].present? or @reflines.any?
- .row.mb-sm
- .col-lg-12.text-right
- = new_pagination @reflines
-
.row
.col-lg-12
= render 'filters'