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