Remove old footer

Remove the old page footer that apparently was never used and was superseded by the footer from static/footer some time ago.
This commit is contained in:
kittey
2013-05-26 15:50:38 +03:00
parent ce39e45594
commit bf20130082

View File

@@ -64,10 +64,6 @@
<%= yield :layout %>
</div>
<footer>
<%= yield :page_footer_content %>
</footer>
<%= render "static/footer" %>
</body>
</html>