Commit cc2fb19793fcca903400b6880f684b7dd8f7dd88

Authored by Victor Costa
1 parent aa0ad281

Fix theme layout

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
layouts/angular-layout.html.erb
1 1 <% if params[:angular_theme_old] || request.fullpath.start_with?('/myprofile') %>
2   - <%= from_theme_include("angular", "application-ng") %>
  2 + <%= from_theme_include(current_theme, "application-ng") %>
3 3 <% else %>
4   - <%= from_theme_include("angular", "index") %>
  4 + <%= from_theme_include(current_theme, "index") %>
5 5 <% end %>
... ...