Project

General

Profile

« Previous | Next » 

Revision 24de6ee3

Added by Thomas McKay about 10 years ago

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

(cherry picked from commit 33b384f2b29363014608ac1b85061b5a8b4791d5)

View differences:

app/views/home/_topbar.html.erb
<!--[if IE]><div class='logo-small'> <![endif]-->
<%= image_tag("foreman.png") %>
<!--[if IE]></div> <![endif]-->
<%= link_to "Foreman", root_path %>
<%= link_to "Foreman", main_app.root_path %>
</div>
<%= render 'home/user_dropdown' if SETTINGS[:login] && User.current %>

Also available in: Unified diff