Commit c80f5d136ba9d37e9c4b6f276a7622975635d2ae

Authored by Antonio Terceiro
1 parent b9007961

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 28 </p>
29 29 <ul>
30 30 <li><a href='javascript: history.back()'><%= _('Go back') %></a></li>
  31 + <li><a href='/'><%= _("Go to the site home page") %></a></li>
31 32 </ul>
32 33 </div>
33 34 <% end %>
... ...