From fb583e5fb235a3f04558e94ec1aa933460faa82c Mon Sep 17 00:00:00 2001 From: jpl Date: Thu, 30 Mar 2017 11:54:13 +0200 Subject: Refs #3002: updating pagination on views --- app/views/referential_lines/show.html.slim | 4 ---- 1 file changed, 4 deletions(-) (limited to 'app/views/referential_lines') diff --git a/app/views/referential_lines/show.html.slim b/app/views/referential_lines/show.html.slim index cd15cb0e0..78a504863 100644 --- a/app/views/referential_lines/show.html.slim +++ b/app/views/referential_lines/show.html.slim @@ -46,10 +46,6 @@ .row .col-lg-12 - if params[:q].present? or @routes.any? - / .row.mb-sm - / .col-lg-12.text-right - / = new_pagination @routes - .row .col-lg-12 = search_form_for @q, url: referential_line_path(@referential, @line), class: 'form form-filter' do |f| -- cgit v1.2.3