angular-layout.html.erb 216 Bytes Edit Raw Blame History 1 2 3 4 5 <% if params[:angular_theme_old] || request.fullpath.start_with?('/myprofile') %> <%= from_theme_include(current_theme, "application-ng") %> <% else %> <%= from_theme_include(current_theme, "index") %> <% end %>