From 783598398d7e0261a7f5dff2aaa32940df2033e5 Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Mon, 17 Mar 2014 03:00:18 -0400 Subject: [PATCH] Updated footer --- views/layout.jade | 3 +-- views/partials/footer.jade | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/views/layout.jade b/views/layout.jade index 8eee6074cc..b3980e41c4 100644 --- a/views/layout.jade +++ b/views/layout.jade @@ -15,8 +15,7 @@ html .container include partials/flash block content - .container - include partials/footer + include partials/footer script. var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-XXXXX-X']); diff --git a/views/partials/footer.jade b/views/partials/footer.jade index f380e32a5b..e8b924368e 100644 --- a/views/partials/footer.jade +++ b/views/partials/footer.jade @@ -1,13 +1,13 @@ #footer - ul.list-inline.pull-left - li © 2014 Company, Inc. - li - a(href='#') Terms of Use - li - a(href='#') Privacy Policy - li - a(href='https://github.com/sahat/hackathon-starter') GitHub Project - li - a(href='https://github.com/sahat/hackathon-starter/issues') Issues - ul.list-inline.pull-right - + .container + ul.list-inline.pull-left + li © 2014 Company, Inc. + ul.list-inline.pull-right + li + a(href='#') Terms of Use + li + a(href='#') Privacy Policy + li + a(href='https://github.com/sahat/hackathon-starter') GitHub Project + li + a(href='https://github.com/sahat/hackathon-starter/issues') Issues