Commit cc2fb19793fcca903400b6880f684b7dd8f7dd88
1 parent
aa0ad281
Exists in
master
and in
38 other branches
Fix theme layout
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
layouts/angular-layout.html.erb
1 | <% if params[:angular_theme_old] || request.fullpath.start_with?('/myprofile') %> | 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 | <% else %> | 3 | <% else %> |
4 | - <%= from_theme_include("angular", "index") %> | 4 | + <%= from_theme_include(current_theme, "index") %> |
5 | <% end %> | 5 | <% end %> |