<%= stylesheet_link_tag "scaffold", "depot", :media => "all" %>

<%= link_to "Make A Purchase", :controller => 'purchase', :action => 'begin' %>

<%= link_to "Return Items", :controller => 'coitem', :action => 'return' %>


<%= link_to "Video Maintenence", :controller => 'video', :action => 'index' %>

<%= link_to "Game Maintenence", :controller => 'game', :action => 'index' %>

<%= link_to "Checked Out Items", :controller => 'coitem', :action => 'index' %>

<%= link_to "Customer Maintenence", :controller => 'customer', :action => 'index' %>


<%= link_to "Logout", :controller => 'login', :action => 'logout' %>

<% if flash[:notice] -%>
<%= flash[:notice] %>
<% end -%> <%= yield :layout %>