Change public thread view to hide "Show thread" link (#15266)
Fixes #15262
This commit is contained in:
parent
9136be480f
commit
d849aad852
2 changed files with 5 additions and 2 deletions
|
@ -39,7 +39,7 @@
|
|||
%span
|
||||
= t('stream_entries.pinned')
|
||||
|
||||
= render (centered ? 'statuses/detailed_status' : 'statuses/simple_status'), status: status.proper, autoplay: autoplay
|
||||
= render (centered ? 'statuses/detailed_status' : 'statuses/simple_status'), status: status.proper, autoplay: autoplay, hide_show_thread: is_predecessor || is_successor
|
||||
|
||||
- if include_threads
|
||||
- if @since_descendant_thread_id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue