Module: Spree::Admin::DecoratedNavigationHelper
- Defined in:
- app/helpers/spree/admin/decorated_navigation_helper.rb
Instance Method Summary collapse
Instance Method Details
#link_to_with_icon(icon_name, text, url, options = {}) ⇒ Object
4 5 6 7 |
# File 'app/helpers/spree/admin/decorated_navigation_helper.rb', line 4 def link_to_with_icon(icon_name, text, url, = {}) icon_name = 'capture' if icon_name.eql?('settle') super end |