aboutsummaryrefslogtreecommitdiffstats
path: root/app/helpers/link_to_helper.rb
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2013-06-25 10:28:32 -0700
committerLouise Crow <louise.crow@gmail.com>2013-06-25 10:28:32 -0700
commit9ccc03bc7d4c4e9064a9217d6e332abfb3f15b7f (patch)
tree92736dbcdba35f01f31dff57c9686b0aa2fecdb7 /app/helpers/link_to_helper.rb
parentb000f049c8447cd96dcd9b1faad2ba9650910ee5 (diff)
parent9bbc93bfd8ba8aaaf9bd1ad9031368b7faad8239 (diff)
Merge branch 'hotfix/0.11.0.16' into wdtk
Diffstat (limited to 'app/helpers/link_to_helper.rb')
-rwxr-xr-xapp/helpers/link_to_helper.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/helpers/link_to_helper.rb b/app/helpers/link_to_helper.rb
index 238a36ce4..5533402c5 100755
--- a/app/helpers/link_to_helper.rb
+++ b/app/helpers/link_to_helper.rb
@@ -218,9 +218,6 @@ module LinkToHelper
return url
end
- def search_link(query, variety_postfix = nil, sort_postfix = nil, advanced = nil)
- link_to h(query), search_url(query)
- end
def search_path(query, options = {})
search_url(query, options.merge(:only_path => true))