Agile Web Development with Rails 7: Support Requests Page Issues (page 260- 261)

@rubys

A few issues I noticed while working on the support requests page:

  1. A <blockquote> cannot be in a <p>. A <blockquote> will terminate a <p>, which results in <p></p><blockquote></blockquote><p></p> with the sample code (at least in Safari)

  2. The styling in the image looks very different. The nav bar items are in all caps, and the language selector is different. Should there be some tailwind classes on the sample support_requests/index.html.erb to match the in the book?

  3. In the sample support_request.rb file, has_rich_text :response should not be indented.