akkounts/app/views/shared/status_not_found.html.erb
2022-02-23 17:50:16 -06:00

7 lines
171 B
Plaintext

<%= render HeaderCompactComponent.new(title: "404") %>
<%= render MainCompactComponent.new do %>
<h2>Not found</h2>
<p>Sorry, this page does not exist.</p>
<% end %>