angular-layout.html.erb 214 Bytes
<% if params[:angular_theme_old] %>
  <%= render file: Rails.root.join("app/views/layouts/application-ng.html.erb"), use_full_path: false %>
<% else %>
  <%= from_theme_include(current_theme, "index") %>
<% end %>