module NavbarHelper

def name_and_caret(name)

def name_and_caret(name)
  "#{name} #{content_tag(:b, :class => "caret") {}}".html_safe
end