diff options
| -rw-r--r-- | app/views/routing_constraint_zones/index.html.slim | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/app/views/routing_constraint_zones/index.html.slim b/app/views/routing_constraint_zones/index.html.slim index 7e9fb12a3..a804de449 100644 --- a/app/views/routing_constraint_zones/index.html.slim +++ b/app/views/routing_constraint_zones/index.html.slim @@ -14,7 +14,7 @@              [ \                TableBuilderHelper::Column.new( \                  name: t('objectid'), \ -                attribute: Proc.new { |n| n.get_objectid.local_id }, \ +                attribute: Proc.new { |n| n.get_objectid.short_id }, \                  sortable: false \                ), \                TableBuilderHelper::Column.new( \ @@ -39,6 +39,8 @@              ],              links: [:show],              cls: 'table has-filter has-search' +           +          = new_pagination @routing_constraint_zones, 'pull-right'      - unless @routing_constraint_zones.any?        .row.mt-xs | 
