Fix status views
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<%= render partial: "components/header", locals: { page_title: "404" } %>
|
||||
<%= render HeaderCompactComponent.new(title: "404") %>
|
||||
|
||||
<%= render layout: "components/main_simple" do %>
|
||||
<%= render MainCompactComponent.new do %>
|
||||
<h2>Not found</h2>
|
||||
<p>Sorry, this page does not exist.</p>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user