-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f2d3779
commit 00b0e3c
Showing
3 changed files
with
13 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
<div class='text-center errors'> | ||
<h1>Internal server error</h1> | ||
<h3> | ||
We're sorry, there seems to be an error with this request. | ||
A notification has automatically been sent to us, and we will resolve this as soon as possible. | ||
</h3> | ||
<p><%= link_to 'Home', root_path, class: 'btn btn-default' %></p> | ||
<h1><%= t('.title') %></h1> | ||
<h3><%= t('.description') %></h3> | ||
<p><%= link_to t('global.home'), root_path, class: 'btn btn-default' %></p> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
<div class='text-center errors'> | ||
<h1>Not found</h1> | ||
<h3> | ||
The page you were looking for doesn't exist. | ||
You may have mistyped the address or the page may have moved. | ||
</h3> | ||
<p><%= link_to 'Home', root_path, class: 'btn btn-default' %></p> | ||
<h1><%= t('.title') %></h1> | ||
<h3><%= t('.description') %></h3> | ||
<p><%= link_to t('global.home'), root_path, class: 'btn btn-default' %></p> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters