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/404.html.erb
<p><%= _("Please try to update your request") %></p>
<div class="alert-actions">
<%= link_to _("Back"), root_path, :class => "btn btn-default" %>
<%= link_to _("Back"), main_app.root_path, :class => "btn btn-default" %>
</div>
</div>

Also available in: Unified diff