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