diff options
| -rw-r--r-- | app/assets/stylesheets/_layout.sass | 2 | ||||
| -rw-r--r-- | app/views/companies/index.html.slim | 4 | ||||
| -rw-r--r-- | app/views/lines/index.html.slim | 4 | ||||
| -rw-r--r-- | app/views/networks/index.html.slim | 4 | ||||
| -rw-r--r-- | app/views/referential_companies/index.html.slim | 4 | ||||
| -rw-r--r-- | app/views/referential_lines/show.html.slim | 4 | ||||
| -rw-r--r-- | app/views/referential_networks/index.html.slim | 4 | ||||
| -rw-r--r-- | app/views/referentials/show.html.slim | 4 | ||||
| -rw-r--r-- | app/views/stop_areas/index.html.slim | 4 | ||||
| -rw-r--r-- | app/views/workbenches/show.html.slim | 4 | 
10 files changed, 1 insertions, 37 deletions
| diff --git a/app/assets/stylesheets/_layout.sass b/app/assets/stylesheets/_layout.sass index 83efe60d9..c19d9b054 100644 --- a/app/assets/stylesheets/_layout.sass +++ b/app/assets/stylesheets/_layout.sass @@ -20,7 +20,7 @@ body    padding: 40px 35px 0 35px  .page_content -  padding: 35px +  padding: 35px 35px 95px 35px  .separator    display: block diff --git a/app/views/companies/index.html.slim b/app/views/companies/index.html.slim index 95597903b..8605a213b 100644 --- a/app/views/companies/index.html.slim +++ b/app/views/companies/index.html.slim @@ -9,10 +9,6 @@  .page_content    .container-fluid      - if params[:q].present? or @companies.any? -      .row.mb-sm -        .col-lg-12.text-right -          = new_pagination @companies -        .row          .col-lg-12            = search_form_for @q, url: line_referential_companies_path(@line_referential), html: {method: :get}, class: 'form form-filter' do |f| diff --git a/app/views/lines/index.html.slim b/app/views/lines/index.html.slim index 464ddc25c..ce4930d92 100644 --- a/app/views/lines/index.html.slim +++ b/app/views/lines/index.html.slim @@ -9,10 +9,6 @@  .page_content    .container-fluid      - if params[:q].present? or @lines.any? -      .row.mb-sm -        .col-lg-12.text-right -          = new_pagination @lines -        .row          .col-lg-12            = render 'filters' diff --git a/app/views/networks/index.html.slim b/app/views/networks/index.html.slim index 2aa636ded..7381b62f4 100644 --- a/app/views/networks/index.html.slim +++ b/app/views/networks/index.html.slim @@ -9,10 +9,6 @@  .page_content    .container-fluid      - if params[:q].present? or @networks.any? -      .row.mb-sm -        .col-lg-12.text-right -          = new_pagination @networks -        .row          .col-lg-12            = search_form_for @q, url: line_referential_networks_path(@line_referential), html: {method: :get}, class: 'form form-filter' do |f| diff --git a/app/views/referential_companies/index.html.slim b/app/views/referential_companies/index.html.slim index 9375c6492..7a033fb5f 100644 --- a/app/views/referential_companies/index.html.slim +++ b/app/views/referential_companies/index.html.slim @@ -9,10 +9,6 @@  .page_content    .container-fluid      - if params[:q].present? or @companies.any? -      .row.mb-sm -        .col-lg-12.text-right -          = new_pagination @companies -        .row          .col-lg-12            = search_form_for @q, url: referential_companies_path(@referential), html: {method: :get}, class: 'form form-filter' do |f| 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| diff --git a/app/views/referential_networks/index.html.slim b/app/views/referential_networks/index.html.slim index 30a86d9b2..38ffb836a 100644 --- a/app/views/referential_networks/index.html.slim +++ b/app/views/referential_networks/index.html.slim @@ -9,10 +9,6 @@  .page_content    .container-fluid      - if params[:q].present? or @networks.any? -      .row.mb-sm -        .col-lg-12.text-right -          = new_pagination @networks -        .row          .col-lg-12            = search_form_for @q, url: referential_networks_path(@referential), html: {method: :get}, class: 'form form-filter' do |f| 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' diff --git a/app/views/stop_areas/index.html.slim b/app/views/stop_areas/index.html.slim index 4d062e6c8..c9ff2cecd 100644 --- a/app/views/stop_areas/index.html.slim +++ b/app/views/stop_areas/index.html.slim @@ -9,10 +9,6 @@  .page_content    .container-fluid      - if params[:q].present? or @stop_areas.any? -      .row.mb-sm -        .col-lg-12.text-right -          = new_pagination @stop_areas -        .row          .col-lg-12              = render 'filters' diff --git a/app/views/workbenches/show.html.slim b/app/views/workbenches/show.html.slim index 93c9ae40d..f6f8c6cb6 100644 --- a/app/views/workbenches/show.html.slim +++ b/app/views/workbenches/show.html.slim @@ -13,10 +13,6 @@  .page_content    .container-fluid      - if params[:q].present? or @wbench_refs.any? -      / .row.mb-sm -        / .col-lg-12.text-right -          / = new_pagination @wbench_refs -        .row          .col-lg-12            = render 'filters' | 
