diff --git a/app/assets/javascripts/discourse/app/index.html b/app/assets/javascripts/discourse/app/index.html index 4a5295d14ea..96b9f9baee4 100644 --- a/app/assets/javascripts/discourse/app/index.html +++ b/app/assets/javascripts/discourse/app/index.html @@ -25,6 +25,9 @@ {{content-for "discourse-stylesheets"}} + + + @@ -34,7 +37,6 @@ - diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 3c6f20cbad4..52c5302136a 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -75,6 +75,9 @@ <%= render partial: "common/discourse_stylesheet" %> + + + <%- if allow_plugins? %> @@ -114,7 +117,6 @@ <% end %> -