item[:html_options] ||= {}
      item[:html_options][:title] ||= item[:title]
      title = font_awesome(item[:icon], item[:title])
      actions << link_to(title, item[:url], item[:html_options])