diff options
| author | Michel Etienne | 2016-01-12 10:47:40 +0100 |
|---|---|---|
| committer | Michel Etienne | 2016-01-12 10:47:40 +0100 |
| commit | 07e616b1145ce7e42a9c3820cb7eef6a52f49ecf (patch) | |
| tree | 168fe003a415a27758f66a589cdefc9125d21a49 | |
| parent | 468d33b4725f91d506b6e1e74ab6d25698241d53 (diff) | |
| download | chouette-core-07e616b1145ce7e42a9c3820cb7eef6a52f49ecf.tar.bz2 | |
connect hepl links on route_sections
| -rw-r--r-- | app/helpers/application_helper.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 37b9d7a63..e40093da9 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -71,7 +71,9 @@ module ApplicationHelper "time_tables" when path.include?("/timebands") "timebands" - when path.include?("/rule_parameter_set") + when path.include?("/route_sections") + "route_sections" + when path.include?("/rule_parameter_set") "parametersets" when path.include?("/import_tasks") "imports" |
