Project

General

Profile

« Previous | Next » 

Revision bce4494d

Added by Thomas McKay over 10 years ago

fixes #4459 - allows proper rendering of pages using root_path

View differences:

app/views/katello/common/403.html.haml
%p #{_("Please request the required privileges from an administrator.")}
%p
= link_to _("Back"), root_path
= link_to _("Back"), main_app.root_path
app/views/katello/common/404.html.haml
%p #{_("You may have mistyped the address or the page may have moved.")}
%p
= link_to _("Back"), root_path
= link_to _("Back"), main_app.root_path
app/views/katello/common/500.html.haml
%blockquote #{error}
%p.fl.clear
= link_to _("Back"), root_path
= link_to _("Back"), main_app.root_path

Also available in: Unified diff