diff options
| author | Zakaria BOUZIANE | 2014-12-15 16:39:39 +0100 |
|---|---|---|
| committer | Zakaria BOUZIANE | 2014-12-15 16:39:39 +0100 |
| commit | 4a38f7e0c6cf879fcd050b0b078cd488065a2202 (patch) | |
| tree | d88a092361faf2033f57e8611c4fd8d57e70ba65 /config | |
| parent | fbb5cb147d73e794e2a3abffe3cf0f0c21e5e6cd (diff) | |
| download | chouette-core-4a38f7e0c6cf879fcd050b0b078cd488065a2202.tar.bz2 | |
HUB Export : Adding ITL export
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/exports.yml | 2 | ||||
| -rw-r--r-- | config/routes.rb | 8 |
2 files changed, 7 insertions, 3 deletions
diff --git a/config/locales/exports.yml b/config/locales/exports.yml index 1e01507ce..5cf816d3d 100644 --- a/config/locales/exports.yml +++ b/config/locales/exports.yml @@ -36,6 +36,7 @@ en: COMMUNE_COUNT: "City count : %{0}" TRANSPORT_MODE_COUNT: "Transport Mode count : %{0}" ROUTE_COUNT: "Route count : %{0}" + ITL_COUNT: "Boardings alightings constraints count : %{0}" JOURNEY_PATTERN_COUNT: "Journey pattern count : %{0}" QUAY_AND_BOARDING_POSITION_COUNT: "Quays and Boarding positions count : %{0}" COMMERCIAL_COUNT: "Commercial stop points count : %{0}" @@ -165,6 +166,7 @@ fr: COMMUNE_COUNT: "Nombre de communes : %{0}" TRANSPORT_MODE_COUNT: "Nombre de modes de transport : %{0}" ROUTE_COUNT: "Nombre de séquences d'arrêts exportées : %{0}" + ITL_COUNT: "Nombre de contraintes de montées / descentes : %{0}" QUAY_AND_BOARDING_POSITION_COUNT: "Nombre d'arrêts physiques exportés : %{0}" COMMERCIAL_COUNT: "Nombre d'arrêts commerciaux exportés : %{0}" STOP_PLACE_COUNT: "Nombres de pôles d'échange exportés : %{0}" diff --git a/config/routes.rb b/config/routes.rb index f8af87e5a..67eb757ae 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -72,14 +72,16 @@ ChouetteIhm::Application.routes.draw do collection do get :name_filter end - end - - resources :lines, :networks, :group_of_lines do resources :routes do member do get 'edit_boarding_alighting' put 'save_boarding_alighting' end + end + end + + resources :lines, :networks, :group_of_lines do + resources :routes do resources :journey_patterns do member do get 'new_vehicle_journey' |
