Skip to content

Commit a408e0f

Browse files
committed
added nova layout to wrap host layout
1 parent a74427b commit a408e0f

File tree

2 files changed

+5
-17
lines changed

2 files changed

+5
-17
lines changed

app/views/layouts/nova/application.html.erb

Lines changed: 0 additions & 17 deletions
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<%= render file: Rails.root.join("app/views/layouts/application") do %>
2+
<% content_for :after_body do %>
3+
<%= javascript_include_tag "nova/application", defer: true %>
4+
<% end %>
5+
<% end %>

0 commit comments

Comments
 (0)