aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorXinhui2016-12-01 12:16:24 +0100
committerXinhui2016-12-01 12:16:24 +0100
commit7f372113f5bffbc4eaceff9dc767a5fd6f3b0386 (patch)
tree14afa9589083e7fe691aae70eccb96d2b84ccdc4 /app
parentc95891548fad15470f38acbb5fe7e586b812df6f (diff)
downloadchouette-core-7f372113f5bffbc4eaceff9dc767a5fd6f3b0386.tar.bz2
Remove stop_area objectid search field
Refs #2032
Diffstat (limited to 'app')
-rw-r--r--app/views/referential_stop_areas/index.html.slim4
-rw-r--r--app/views/stop_areas/index.html.slim4
2 files changed, 0 insertions, 8 deletions
diff --git a/app/views/referential_stop_areas/index.html.slim b/app/views/referential_stop_areas/index.html.slim
index dc4bbf3a3..48625ca68 100644
--- a/app/views/referential_stop_areas/index.html.slim
+++ b/app/views/referential_stop_areas/index.html.slim
@@ -23,10 +23,6 @@
= f.text_field :city_name_cont, placeholder: "#{t('.city_name')}", class: 'form-control typeahead', style: 'width: 100%'
.col-sm-3
= f.select(:area_type_cont, options_from_collection_for_select(Chouette::StopArea.stop_area_types, 'name', Proc.new { |stop_area_type| t("area_types.label.#{stop_area_type}") } ), { include_blank: '' }, { class: 'form-control', style: 'width: 100%', 'data-select2ed': 'true', 'data-select2ed-placeholder': t(".area_type") })
- .row
- .col-sm-3
- = f.text_field :objectid_cont, placeholder: "#{t('.objectid')}", class: 'form-control typeahead', style: 'width: 100%'
-
#stop_areas
= render 'stop_areas'
diff --git a/app/views/stop_areas/index.html.slim b/app/views/stop_areas/index.html.slim
index 9716fbaf0..02bfee224 100644
--- a/app/views/stop_areas/index.html.slim
+++ b/app/views/stop_areas/index.html.slim
@@ -23,10 +23,6 @@
= f.text_field :city_name_cont, placeholder: "#{t('.city_name')}", class: 'form-control typeahead', style: 'width: 100%'
.col-sm-3
= f.select(:area_type_cont, options_from_collection_for_select(Chouette::StopArea.stop_area_types, 'name', Proc.new { |stop_area_type| t("area_types.label.#{stop_area_type}") } ), { include_blank: '' }, { class: 'form-control', style: 'width: 100%', 'data-select2ed': 'true', 'data-select2ed-placeholder': t(".area_type") })
- .row
- .col-sm-3
- = f.text_field :objectid_cont, placeholder: "#{t('.objectid')}", class: 'form-control typeahead', style: 'width: 100%'
-
#stop_areas
= render 'stop_areas'