akkounts/app/views/shared/status_bad_request.html.erb
Râu Cao 353b55fe1a
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Release Drafter / Update release notes draft (pull_request) Successful in 3s
Add RS OAuth controller specs
2023-08-01 14:29:24 +02:00

7 lines
170 B
Plaintext

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