%= stylesheet_link_tag "application", media: "all" %>
<%= javascript_include_tag "application" %>
<%= content_for :head %>
<%= csrf_meta_tags %>
- <%= link_to 'Overview', '/' %>
- <%= link_to 'Basic Table', '/table' %>
- <%= link_to 'Dynamic Table', '/dynamic_table' %>
- <%= link_to 'Dynamic Table With Bootstrap', '/dynamic_table_with_bootstrap' %>
- <%= link_to 'Basic Chart', '/chart' %>
<%= yield %>