X-Git-Url: https://irasnyder.com/gitweb/?a=blobdiff_plain;f=app%2Fviews%2Flayouts%2Fpurchase.rhtml;h=e9350f53e5af4bf3f8b8623aa0ce13261af8b713;hb=1be494d5a7fe0f5b4a662babd00037c07ec5e484;hp=26387b82de8e9705624bbb979e3f9b2884fb450d;hpb=ebb2b4d40713d535c06970b2a17aace4458ecf25;p=cs356-p2-videostore.git diff --git a/app/views/layouts/purchase.rhtml b/app/views/layouts/purchase.rhtml index 26387b8..e9350f5 100644 --- a/app/views/layouts/purchase.rhtml +++ b/app/views/layouts/purchase.rhtml @@ -4,15 +4,21 @@ - Bitem: <%= controller.action_name %> + Purchase: <%= controller.action_name %> <%= stylesheet_link_tag 'scaffold' %> + +

<%= flash[:notice] %>

<%= flash[:error] %>

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