mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-31 21:37:16 +00:00
Remove seemingly useless method
Left over from Spree, it looks like a weird way to cast somehing to a string
This commit is contained in:
@@ -133,7 +133,7 @@ module Spree
|
||||
if html_options[:icon]
|
||||
html_options[:class] += " #{html_options[:icon]}"
|
||||
end
|
||||
link_to(text_for_button_link(text, html_options), url, html_options)
|
||||
link_to(text, url, html_options)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user