Added list of followed tags also to tags view, as suggested in issue #1632
This commit is contained in:
parent
7e59193e2c
commit
4fe61892e1
1 changed files with 5 additions and 0 deletions
|
|
@ -41,6 +41,11 @@
|
||||||
.side_stream.stream
|
.side_stream.stream
|
||||||
= render :partial => 'people/index', :locals => {:people => @people}
|
= render :partial => 'people/index', :locals => {:people => @people}
|
||||||
|
|
||||||
|
%br
|
||||||
|
|
||||||
|
.section
|
||||||
|
= render "tags/followed_tags_listings"
|
||||||
|
|
||||||
.span-15.last
|
.span-15.last
|
||||||
.stream_container
|
.stream_container
|
||||||
#author_info
|
#author_info
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue