Blame view

layouts/angular-layout.html.erb 214 Bytes
e6fc72ab   Victor Costa   Fix noosfero layout
1
<% if params[:angular_theme_old] %>
48e185f9   Victor Costa   Include the old l...
2
  <%= render file: Rails.root.join("app/views/layouts/application-ng.html.erb"), use_full_path: false %>
1cc7142d   Victor Costa   Check angular the...
3
<% else %>
cc2fb197   Victor Costa   Fix theme layout
4
  <%= from_theme_include(current_theme, "index") %>
1cc7142d   Victor Costa   Check angular the...
5
<% end %>