diff options
Diffstat (limited to 'app/helpers/application_helper.rb')
| -rw-r--r-- | app/helpers/application_helper.rb | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 058e30732..37b9d7a63 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -69,6 +69,8 @@ module ApplicationHelper        "connection_links"      when path.include?("/time_tables")        "time_tables" +    when path.include?("/timebands") +      "timebands"      when path.include?("/rule_parameter_set")        "parametersets"      when path.include?("/import_tasks") | 
