Merge pull request #48 from AyuntamientoMadrid/footer

Adds fake footer
This commit is contained in:
Enrique García
2015-07-28 17:00:03 +02:00
3 changed files with 6 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 232 KiB

View File

@@ -1 +1,4 @@
_footer.html.erb <div style="background: #0077b9; width: 100%; margin-top: 48px;">
<%= image_tag('footer.jpg', style: 'width: 100%; max-width: 1170px;') %>
</div>

View File

@@ -28,5 +28,7 @@
<%= yield %> <%= yield %>
</div> </div>
</div> </div>
<%= render 'layouts/footer' %>
</body> </body>
</html> </html>