Add content :bottom to the bottom of every page, as it says it should

This commit is contained in:
Neil Lalonde 2014-06-06 16:48:09 -04:00
parent d4b8581fbe
commit 4f90869618
2 changed files with 1 additions and 3 deletions

View file

@ -156,5 +156,3 @@
{{#if currentUser.canManageTopic}}
{{render "topicAdminMenu" content}}
{{/if}}
{{customHTML "bottom"}}

View file

@ -84,7 +84,7 @@
<%= yield :data %>
<footer id='bottom'></footer>
<footer id='bottom'><%= raw SiteContent.content_for(:bottom) %></footer>
<%= render :partial => "common/discourse_javascript" %>