diff options
Diffstat (limited to 'app/views/streams/_stream.html.haml')
-rw-r--r-- | app/views/streams/_stream.html.haml | 6 |
1 files changed, 2 insertions, 4 deletions
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 @@ | |||
2 | %h2#stream-title= stream.title | 2 | %h2#stream-title= stream.title |
3 | - unless stream.body.blank? | 3 | - unless stream.body.blank? |
4 | %header#stream-intro.entry-content= markdown(stream.body) | 4 | %header#stream-intro.entry-content= markdown(stream.body) |
5 | - if stream.updates.size > 10 | 5 | = will_paginate @updates |
6 | = will_paginate @updates | ||
7 | - unless @updates.empty? | 6 | - unless @updates.empty? |
8 | = render @updates | 7 | = render @updates |
9 | - if stream.updates.size > 10 | 8 | = will_paginate @updates |
10 | = will_paginate @updates | ||