From 433d952eb5145845ad59c59d5df91241b1506c48 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Fri, 28 Oct 2016 21:46:08 +0200 Subject: [PATCH] Fix tag page when default aspect is "public" or a single aspect fixes #7161 --- app/views/tags/show.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/tags/show.haml b/app/views/tags/show.haml index 96539ecd0..e81ec8f7e 100644 --- a/app/views/tags/show.haml +++ b/app/views/tags/show.haml @@ -26,7 +26,7 @@ = @stream.display_tag_name - if current_user - = render 'publisher/publisher', :selected_aspects => @stream.aspect_ids, :aspect_ids => @stream.aspect_ids, aspect: @stream.aspect + = render "publisher/publisher", publisher_aspects_for(@stream) #main_stream.stream