From 4fe61892e1c2a7ec30c75f87ec46348935f8afd7 Mon Sep 17 00:00:00 2001 From: Andrej Kacian Date: Sun, 14 Aug 2011 21:34:56 +0200 Subject: [PATCH] Added list of followed tags also to tags view, as suggested in issue #1632 --- app/views/tags/show.haml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/views/tags/show.haml b/app/views/tags/show.haml index fd7867d75..1febca2c2 100644 --- a/app/views/tags/show.haml +++ b/app/views/tags/show.haml @@ -41,6 +41,11 @@ .side_stream.stream = render :partial => 'people/index', :locals => {:people => @people} + %br + + .section + = render "tags/followed_tags_listings" + .span-15.last .stream_container #author_info