remove dark gray left column on tag page
This commit is contained in:
parent
5f446330e2
commit
76f74ebc0b
1 changed files with 3 additions and 7 deletions
|
|
@ -10,16 +10,14 @@
|
||||||
|
|
||||||
.container-fluid#tags_show
|
.container-fluid#tags_show
|
||||||
.row
|
.row
|
||||||
.col-lg-1.visible-lg.left-navbar-fixed-sub-background
|
.col-md-3.hidden-xs
|
||||||
.col-lg-offset-1.col-lg-3.col-md-4.hidden-sm.hidden-xs.left-navbar-fixed-background
|
|
||||||
.col-lg-offset-1.col-lg-3.col-md-4
|
|
||||||
%h4
|
%h4
|
||||||
= t('.tagged_people', count: @stream.tagged_people_count, tag: @stream.display_tag_name)
|
= t('.tagged_people', count: @stream.tagged_people_count, tag: @stream.display_tag_name)
|
||||||
|
|
||||||
.side_stream.stream
|
.side_stream.stream
|
||||||
= render partial: 'people/index', locals: {people: @stream.tagged_people}
|
= render partial: 'people/index', locals: {people: @stream.tagged_people}
|
||||||
|
|
||||||
.col-lg-7.col-md-8
|
.col-md-9
|
||||||
.stream_container
|
.stream_container
|
||||||
#author_info
|
#author_info
|
||||||
%h2
|
%h2
|
||||||
|
|
@ -34,7 +32,5 @@
|
||||||
%span.loader.hidden
|
%span.loader.hidden
|
||||||
.spinner
|
.spinner
|
||||||
|
|
||||||
.col-lg-1.visible-lg.right-sidebar-fixed-sub-background
|
|
||||||
|
|
||||||
%a.back-to-top#back-to-top{title: "#{t('layouts.application.back_to_top')}", href: "#"}
|
%a.back-to-top#back-to-top{title: "#{t('layouts.application.back_to_top')}", href: "#"}
|
||||||
⇧
|
⇧
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue