]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Only show 'Recent tags' tab for tag cloud, not for tag streams
authorZach Copley <zach@controlyourself.ca>
Thu, 20 Nov 2008 21:21:42 +0000 (16:21 -0500)
committerZach Copley <zach@controlyourself.ca>
Thu, 20 Nov 2008 21:21:42 +0000 (16:21 -0500)
darcs-hash:20081120212142-7b5ce-9b0325c43a423de108b221325446969dc240d916.gz

actions/tag.php

index 553810cccdfb753b5331d3e35b2aa0f652d63bb2..034072a6bff405ab2ef4c168425e58f257c5f5be 100644 (file)
@@ -67,9 +67,8 @@ class TagAction extends StreamAction {
                        common_element_start('div', 'instructions');
                        common_raw($output);
                        common_element_end('div');
+                       $this->public_views_menu();
                }
-
-               $this->public_views_menu();
        }
 
        function show_tags()