Actions
Bug #4459
closedUI plugin pages error finding root_path
Description
Encountered during UI plugin work
Fix is to change in _topbar.html.erb
<%= link_to "Foreman", root_path >
to
<= link_to "Foreman", main_app.root_path %>
Actions
Description
Encountered during UI plugin work
Fix is to change in _topbar.html.erb
<%= link_to "Foreman", root_path >
to
<= link_to "Foreman", main_app.root_path %>