Module: Munificent::Admin::LayoutHelper
- Defined in:
- app/helpers/munificent/admin/layout_helper.rb
Instance Method Summary collapse
Instance Method Details
#nav_link(*args, **kwargs) ⇒ Object
4 5 6 7 8 |
# File 'app/helpers/munificent/admin/layout_helper.rb', line 4 def nav_link(*args, **kwargs) link_to_unless_current(*args, **kwargs) do |text| content_tag(:span, text) end end |