Commit c80f5d136ba9d37e9c4b6f276a7622975635d2ae
1 parent
b9007961
Exists in
master
and in
29 other branches
ActionItem978: linking to the homepage on error
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
public/500.html.erb
@@ -28,6 +28,7 @@ | @@ -28,6 +28,7 @@ | ||
28 | </p> | 28 | </p> |
29 | <ul> | 29 | <ul> |
30 | <li><a href='javascript: history.back()'><%= _('Go back') %></a></li> | 30 | <li><a href='javascript: history.back()'><%= _('Go back') %></a></li> |
31 | + <li><a href='/'><%= _("Go to the site home page") %></a></li> | ||
31 | </ul> | 32 | </ul> |
32 | </div> | 33 | </div> |
33 | <% end %> | 34 | <% end %> |