% flashed_errors(:recipe) %>
Name
<%= text_field 'recipe', 'name', :style =>'width:300px; ' %>
Description
<%= text_area 'recipe', 'description', :style =>'width:663px; height: 100px;' %>
Body
<%= text_area 'recipe', 'body', :style =>'width:663px; height: 400px;' %>