diff --git a/app/views/spree/admin/zones/index.html.haml b/app/views/spree/admin/zones/index.html.haml index 89b05246fb..fd872f2494 100644 --- a/app/views/spree/admin/zones/index.html.haml +++ b/app/views/spree/admin/zones/index.html.haml @@ -7,9 +7,6 @@ %li = button_link_to t("spree.new_zone"), new_object_url, icon: 'icon-plus', id: 'admin_new_zone_link' -- _with_routes Spree::Core::Engine.routes do - = pagy_nav @pagy - - if @zones.empty? .no-objects-found = t("spree.none") @@ -39,5 +36,6 @@ %td.actions = link_to_edit zone, no_text: true = link_to_delete zone, no_text: true + - _with_routes Spree::Core::Engine.routes do = pagy_nav @pagy