Fix tag page when default aspect is "public" or a single aspect
fixes #7161
This commit is contained in:
parent
4f6018c74a
commit
433d952eb5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue