diff options
| author | jpl | 2017-02-07 10:27:54 +0100 | 
|---|---|---|
| committer | jpl | 2017-02-07 10:27:54 +0100 | 
| commit | 9c3095c20aaef122212ed71ce8818e3a18b13308 (patch) | |
| tree | aa115bc5f9a3ab80ec6edc8e1e82142ce6bcd88a | |
| parent | 88108dd65028d73c13ddce43e25d0d204081fde3 (diff) | |
| download | chouette-core-9c3095c20aaef122212ed71ce8818e3a18b13308.tar.bz2 | |
Refs #2535: starting with select_toolbox comp. (fix test)
| -rw-r--r-- | app/helpers/newapplication_helper.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/app/helpers/newapplication_helper.rb b/app/helpers/newapplication_helper.rb index 0311019cd..f8628d000 100644 --- a/app/helpers/newapplication_helper.rb +++ b/app/helpers/newapplication_helper.rb @@ -151,7 +151,7 @@ module NewapplicationHelper    end    # Actions on select toolbox -  def select_toolbox collection, actions +  def select_toolbox actions      tools = content_tag :ul do        actions.collect do |action| | 
