%= stylesheet_link_tag :all %>
<%# javascript_include_tag :defaults %>
<%= csrf_meta_tag %>
<%= include_visualization_api %>
<%= render_visualizations %>
Skip to Content
- Statistics
-
-
<%= link_to "Home", root_path %>
-
<%= link_to "System Statistics", os_statistics_path %>
-
<%= link_to "Port Statistics", installed_ports_path %>
- Browse Ports
-
-
<%= link_to "By Category", categories_path %>
-
<%= link_to "Complete List", ports_path %>
- About
-
-
<%= link_to "FAQ", :controller => 'static', :action => 'faq' %>
-
<%= link_to "Credits", :controller => 'static', :action => 'credits' %>
<%= yield %>