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