Remove mobile footer
This commit is contained in:
parent
53b1f9effd
commit
c25ae02ff2
3 changed files with 0 additions and 19 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
%footer
|
||||
%strong
|
||||
= link_to current_user.name, current_user.person
|
||||
Loading…
Reference in a new issue