akkounts/app/views/shared/status_bad_request.html.erb
Râu Cao e301ac8e2e
All checks were successful
continuous-integration/drone/push Build is passing
Fix title
2023-11-01 22:47:59 +01:00

7 lines
170 B
Plaintext

<%= render HeaderCompactComponent.new(title: "400") %>
<%= render MainCompactComponent.new do %>
<h2>Bad request</h2>
<p>Please go back and try again.</p>
<% end %>