7 lines
213 B
Plaintext
7 lines
213 B
Plaintext
<%= render HeaderCompactComponent.new(title: "422") %>
|
|
|
|
<%= render MainCompactComponent.new do %>
|
|
<h2>Unprocessable content</h2>
|
|
<p>The data provided was malformed. Please go back and try again.</p>
|
|
<% end %>
|