aboutsummaryrefslogtreecommitdiffstats
path: root/app/helpers/link_to_helper.rb
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2013-06-25 10:44:11 -0700
committerLouise Crow <louise.crow@gmail.com>2013-06-25 10:44:11 -0700
commit3d7a1ca113221d30f47d001ee97bd734c841988e (patch)
tree6c9b388ff86976a37aef915bdc68ab9fe3ea3e58 /app/helpers/link_to_helper.rb
parent521318604f17094339dd2f47f59eb44f8ccf9a0a (diff)
parent9bbc93bfd8ba8aaaf9bd1ad9031368b7faad8239 (diff)
Merge branch 'hotfix/0.11.0.16' into rails-3-develop
Conflicts: locale/he_IL/app.po locale/hr_HR/app.po locale/nb_NO/app.po locale/uk/app.po
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))