mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 15:33:43 +08:00
FIX: don't put the footer inside a container (allow for full width footers)
This commit is contained in:
parent
4e85fc9dae
commit
a1f56183ca
|
@ -63,6 +63,4 @@
|
|||
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
{{custom-html "footer"}}
|
||||
</div>
|
||||
{{custom-html "footer"}}
|
||||
|
|
|
@ -20,6 +20,4 @@
|
|||
</table>
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
{{custom-html "footer"}}
|
||||
</div>
|
||||
{{custom-html "footer"}}
|
||||
|
|
|
@ -38,9 +38,7 @@
|
|||
{{#if canLoadMore}}
|
||||
{{loading-spinner}}
|
||||
{{else}}
|
||||
<div class="container">
|
||||
{{custom-html "footer"}}
|
||||
</div>
|
||||
{{custom-html "footer"}}
|
||||
{{/if}}
|
||||
{{else}}
|
||||
{{#unless userBadgesLoaded}}
|
||||
|
|
|
@ -30,8 +30,6 @@
|
|||
</div>
|
||||
</div>
|
||||
{{#if loadedAllItems}}
|
||||
<div class="container">
|
||||
{{custom-html "footer"}}
|
||||
</div>
|
||||
{{custom-html "footer"}}
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
|
|
|
@ -8,6 +8,4 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
{{custom-html "footer"}}
|
||||
</div>
|
||||
{{custom-html "footer"}}
|
||||
|
|
|
@ -111,9 +111,9 @@
|
|||
<h3>{{{view.browseMoreMessage}}}</h3>
|
||||
</div>
|
||||
{{/if}}
|
||||
<div class="container">
|
||||
{{custom-html "footer"}}
|
||||
</div>
|
||||
|
||||
{{custom-html "footer"}}
|
||||
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
|
||||
|
|
|
@ -194,9 +194,7 @@
|
|||
</div>
|
||||
|
||||
{{#if loadedAllItems}}
|
||||
<div class="container">
|
||||
{{custom-html "footer"}}
|
||||
</div>
|
||||
{{custom-html "footer"}}
|
||||
{{/if}}
|
||||
|
||||
{{/unless}}
|
||||
|
|
Loading…
Reference in New Issue
Block a user