diff --git a/application-ng.html.erb b/application-ng.html.erb deleted file mode 120000 index 9f584f9..0000000 --- a/application-ng.html.erb +++ /dev/null @@ -1 +0,0 @@ -../../../../app/views/layouts/application-ng.html.erb \ No newline at end of file diff --git a/layouts/angular-layout.html.erb b/layouts/angular-layout.html.erb index 8b8a866..74728fd 100644 --- a/layouts/angular-layout.html.erb +++ b/layouts/angular-layout.html.erb @@ -1,5 +1,5 @@ <% if params[:angular_theme_old] || request.fullpath.start_with?('/myprofile') %> - <%= from_theme_include(current_theme, "application-ng") %> + <%= render file: Rails.root.join("app/views/layouts/application-ng.html.erb"), use_full_path: false %> <% else %> <%= from_theme_include(current_theme, "index") %> <% end %> -- libgit2 0.21.2