mirror of
https://github.com/discourse/discourse.git
synced 2026-08-26 21:27:16 -05:00
move arbitrary html content out of noscript and into the preloadstore
This commit is contained in:
@@ -87,17 +87,11 @@
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
<!-- top: -->
|
||||
<%= raw SiteContent.content_for(:top) %>
|
||||
<!-- :top -->
|
||||
<div id="main-outlet" class="container">
|
||||
<!-- preload-content: -->
|
||||
<%= yield %>
|
||||
<!-- :preload-content -->
|
||||
</div>
|
||||
<!-- bottom: -->
|
||||
<%= raw SiteContent.content_for(:bottom) %>
|
||||
<!-- :bottom -->
|
||||
</noscript>
|
||||
<!-- Discourse Version: <%= Discourse::VERSION::STRING %> -->
|
||||
<!-- Git Version: <%= Discourse.git_version %> -->
|
||||
|
||||
Reference in New Issue
Block a user