aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/referential_stop_areas
diff options
context:
space:
mode:
authorjpl2017-03-16 15:54:17 +0100
committerjpl2017-03-16 15:54:17 +0100
commitcd148f8a61ea468dbf241e6235987de0ee9457e6 (patch)
tree2e89414bb9c2eafaceebcad72c87719a3923c7e1 /app/views/referential_stop_areas
parent78ba8bca32a79edb3928fb5c30f2cf2247aede69 (diff)
downloadchouette-core-cd148f8a61ea468dbf241e6235987de0ee9457e6.tar.bz2
Refs #2858: updating table sorting helper methods
Diffstat (limited to 'app/views/referential_stop_areas')
-rw-r--r--app/views/referential_stop_areas/_stop_areas.html.slim2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/referential_stop_areas/_stop_areas.html.slim b/app/views/referential_stop_areas/_stop_areas.html.slim
index 081518abf..abfd7e95e 100644
--- a/app/views/referential_stop_areas/_stop_areas.html.slim
+++ b/app/views/referential_stop_areas/_stop_areas.html.slim
@@ -1,6 +1,6 @@
- if @stop_areas.any?
= table_builder @stop_areas,
- { 'Object_id' => 'objectid', :name => 'name', :registration_number => 'registration_number', :city_name => 'city_name', :zip_code => 'zip_code' },
+ { 'OiD' => 'objectid', :name => 'name', :registration_number => 'registration_number', :city_name => 'city_name', :zip_code => 'zip_code' },
[:show, :edit, :delete],
[],
'table table-bordered'