X-Git-Url: https://irasnyder.com/gitweb/?a=blobdiff_plain;f=app%2Fviews%2Flayouts%2Fpurchase.rhtml;h=042323131d47674b42df7c9137f16d1cb3f428a1;hb=38bf6e867a85ce3283a5b696bfa54afc63fa75bd;hp=0499b8414b509fbcfe2fef9212128ac18a7525e8;hpb=56db4e1da35c068e247eadbd32edd0a09eb61127;p=cs356-p2-videostore.git diff --git a/app/views/layouts/purchase.rhtml b/app/views/layouts/purchase.rhtml index 0499b84..0423231 100644 --- a/app/views/layouts/purchase.rhtml +++ b/app/views/layouts/purchase.rhtml @@ -6,13 +6,20 @@ Purchase: <%= controller.action_name %> <%= stylesheet_link_tag 'scaffold' %> + <%= stylesheet_link_tag 'videostore', :media => "all" %> + +

<%= flash[:notice] %>

<%= flash[:error] %>

-<%= yield %> +
+ <%= yield :layout %> +