Module: Munificent::Admin::LayoutHelper

Defined in:
app/helpers/munificent/admin/layout_helper.rb

Instance Method Summary collapse

Instance Method Details



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|
    (:span, text)
  end
end