c6dda9aed00da69c09c3fc743f113175396b79f5
[cs356-p2-videostore.git] / app / views / layouts / admin.rhtml
1 <%= stylesheet_link_tag "scaffold", "depot", :media => "all" %>
2 <!--<%= image_tag("logo.png") %> <%= @page_title || "Pragmatic Bookshelf" %>-->
3
4 <%= link_to "Products", :controller => 'admin', :action => 'list' %>
5 <%= link_to "List users", :controller => 'login', :action => 'list_users' %>
6 <%= link_to "Add user", :controller => 'login', :action => 'add_user' %>
7 <%= link_to "Logout", :controller => 'login', :action => 'logout' %>
8
9 <% if flash[:notice] -%>
10 <%= flash[:notice] %>
11 <% end -%> <%= yield :layout %>