<%= stylesheet_link_tag "scaffold" %> <%= stylesheet_link_tag "depot", :media => "all" %> <%= javascript_include_tag :defaults %> <%= csrf_meta_tag %>
<% if @cart %> <%= hidden_div_if(@cart.line_items.empty?, :id => "cart") do %> <%= render @cart %> <% end %> <% end %> Home
Questions
News
Contact
<% if session[:user_id] %>
<%= link_to 'Orders', orders_path %>
<%= link_to 'Products', products_path %>
<%= link_to 'Users', users_path %>

<%= button_to 'Logout', logout_path, :method => :delete %> <% end %>
<%= yield %>