richessler/wine_oh

Overall great job, but troubling views

Closed this issue · 1 comments

Hey Richard,
Overall your process on project 1 was exemplary. You wrote user stories, have a clearly defined ERD, and backed up the core functionality of your app with tests.

I'm puzzled by your views, though. You're wrapping them within <body> tags, which is unnecessary, as the body tag should only exist in the application.html.erb file, which (yields to/brings in) the views that you've written.

Fixed all <body> tags to be <div> 's