Project

General

Profile

« Previous | Next » 

Revision 33b384f2

Added by Thomas McKay about 10 years ago

fixes #4194, #4459 - add main_app to root_path references for isolated engines

View differences:

app/views/common/500.html.erb
<strong><%= exception.message %></strong><br>
<%= Rails.backtrace_cleaner.clean(exception.backtrace).join("<br>").html_safe %>
</div>
<p><%= link_to _("Back"), root_path %></p>
<p><%= link_to _("Back"), main_app.root_path %></p>

Also available in: Unified diff