FIX: don't put the footer inside a container (allow for full width footers)

This commit is contained in:
Régis Hanol 2014-11-11 11:37:59 +01:00
parent 4e85fc9dae
commit a1f56183ca
7 changed files with 9 additions and 21 deletions

View File

@ -63,6 +63,4 @@
</div>
<div class="container">
{{custom-html "footer"}}
</div>
{{custom-html "footer"}}

View File

@ -20,6 +20,4 @@
</table>
</div>
<div class="container">
{{custom-html "footer"}}
</div>
{{custom-html "footer"}}

View File

@ -38,9 +38,7 @@
{{#if canLoadMore}}
{{loading-spinner}}
{{else}}
<div class="container">
{{custom-html "footer"}}
</div>
{{custom-html "footer"}}
{{/if}}
{{else}}
{{#unless userBadgesLoaded}}

View File

@ -30,8 +30,6 @@
</div>
</div>
{{#if loadedAllItems}}
<div class="container">
{{custom-html "footer"}}
</div>
{{custom-html "footer"}}
{{/if}}
{{/if}}

View File

@ -8,6 +8,4 @@
</div>
</div>
<div class="container">
{{custom-html "footer"}}
</div>
{{custom-html "footer"}}

View File

@ -111,9 +111,9 @@
<h3>{{{view.browseMoreMessage}}}</h3>
</div>
{{/if}}
<div class="container">
{{custom-html "footer"}}
</div>
{{custom-html "footer"}}
{{/if}}
{{/if}}

View File

@ -194,9 +194,7 @@
</div>
{{#if loadedAllItems}}
<div class="container">
{{custom-html "footer"}}
</div>
{{custom-html "footer"}}
{{/if}}
{{/unless}}