Commit e6fc72ab90234755f92d8ef66b3271394d4e232e

Authored by Victor Costa
1 parent 2cf099d7

Fix noosfero layout

Showing 1 changed file with 1 additions and 1 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] %>
2 2 <%= render file: Rails.root.join("app/views/layouts/application-ng.html.erb"), use_full_path: false %>
3 3 <% else %>
4 4 <%= from_theme_include(current_theme, "index") %>
... ...