mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
Add content :bottom to the bottom of every page, as it says it should
This commit is contained in:
parent
d4b8581fbe
commit
4f90869618
2 changed files with 1 additions and 3 deletions
|
@ -156,5 +156,3 @@
|
|||
{{#if currentUser.canManageTopic}}
|
||||
{{render "topicAdminMenu" content}}
|
||||
{{/if}}
|
||||
|
||||
{{customHTML "bottom"}}
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
|
||||
<%= yield :data %>
|
||||
|
||||
<footer id='bottom'></footer>
|
||||
<footer id='bottom'><%= raw SiteContent.content_for(:bottom) %></footer>
|
||||
|
||||
<%= render :partial => "common/discourse_javascript" %>
|
||||
|
||||
|
|
Loading…
Reference in a new issue