Sha256: 4b81b9368026d73b008795ae81968be158571da0f380b310e3075795c4cbb306
Contents?: true
Size: 583 Bytes
Versions: 1
Compression:
Stored size: 583 Bytes
Contents
<!DOCTYPE html> <html lang="<%= t("sufia.document_language") %>"> <head> <title>Not found</title> </head> <body> <div class="columns two-a"> <div class="column second"> <h1>Not found</h1> <p> <%= application_name %> could not locate the requested resource. We apologize for the inconvenience. You might be interested in using <a href="/contact/">the contact form</a> to report the error, or <a href="/help/">the help page</a> for looking up solutions. </p> </div> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sufia-7.0.0.beta1 | app/views/error/404.html.erb |