%= stylesheet_link_tag "http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.8/themes/ui-lightness/jquery-ui.css" %>
<%= javascript_include_tag "jquery", "rails" %>
<%= csrf_meta_tags %>
Twitalytics
<% flash.each do |key, msg| %>
<%= msg %>
<% end %>
- <%= link_to "Home", root_path %>
- <%= link_to "Company", company_path %>
- <%= link_to "Customers", customers_path %>
- Analysis
<%= yield %>