From b7c5853de5f0f04625eab6389cba9de8b02e48fb Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 12 May 2025 14:53:31 -0400 Subject: Added streams index --- app/views/streams/_stream.html.haml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'app/views/streams/_stream.html.haml') diff --git a/app/views/streams/_stream.html.haml b/app/views/streams/_stream.html.haml index 4a6b1e9..97d4813 100644 --- a/app/views/streams/_stream.html.haml +++ b/app/views/streams/_stream.html.haml @@ -2,9 +2,7 @@ %h2#stream-title= stream.title - unless stream.body.blank? %header#stream-intro.entry-content= markdown(stream.body) - - if stream.updates.size > 10 - = will_paginate @updates + = will_paginate @updates - unless @updates.empty? = render @updates - - if stream.updates.size > 10 - = will_paginate @updates + = will_paginate @updates -- cgit 1.4.1