diff options
| author | jpl | 2017-03-30 11:54:13 +0200 |
|---|---|---|
| committer | jpl | 2017-03-30 11:54:13 +0200 |
| commit | fb583e5fb235a3f04558e94ec1aa933460faa82c (patch) | |
| tree | 3d419aed076898a8f3c30952b04910b3f84edadc /app/views/referential_lines | |
| parent | 12d6190cdb1be1f7a5f6249a19e43743630d24a8 (diff) | |
| download | chouette-core-fb583e5fb235a3f04558e94ec1aa933460faa82c.tar.bz2 | |
Refs #3002: updating pagination on views
Diffstat (limited to 'app/views/referential_lines')
| -rw-r--r-- | app/views/referential_lines/show.html.slim | 4 |
1 files changed, 0 insertions, 4 deletions
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| |
