From c25ae02ff2754932cb8d90b7a63767549744a597 Mon Sep 17 00:00:00 2001 From: flaburgan Date: Sat, 15 Mar 2014 18:00:52 +0100 Subject: [PATCH] Remove mobile footer --- app/assets/stylesheets/mobile/mobile.css.scss | 13 ------------- app/views/layouts/application.mobile.haml | 3 --- app/views/shared/_footer.mobile.haml | 3 --- 3 files changed, 19 deletions(-) delete mode 100644 app/views/shared/_footer.mobile.haml diff --git a/app/assets/stylesheets/mobile/mobile.css.scss b/app/assets/stylesheets/mobile/mobile.css.scss index f77786099..fa22a9893 100644 --- a/app/assets/stylesheets/mobile/mobile.css.scss +++ b/app/assets/stylesheets/mobile/mobile.css.scss @@ -330,19 +330,6 @@ h3 { float: right; } -footer { - text-align: center; - a, - a:visited { - color: $text-grey; - margin: 10px; - } - padding: { - top: 20px; - bottom: 20px; - } -} - .bottom_bar { @include border-radius(0, 0, 5px, 5px); z-index: 3; diff --git a/app/views/layouts/application.mobile.haml b/app/views/layouts/application.mobile.haml index 8494823cd..a35b00c9f 100644 --- a/app/views/layouts/application.mobile.haml +++ b/app/views/layouts/application.mobile.haml @@ -109,9 +109,6 @@ = t('streams.activity.title') = yield - - if user_signed_in? - = render :partial =>'shared/footer' - / javascripts at the bottom = jquery_include_tag = javascript_include_tag :mobile diff --git a/app/views/shared/_footer.mobile.haml b/app/views/shared/_footer.mobile.haml deleted file mode 100644 index c822686d5..000000000 --- a/app/views/shared/_footer.mobile.haml +++ /dev/null @@ -1,3 +0,0 @@ -%footer - %strong - = link_to current_user.name, current_user.person