about summary refs log tree commit diff stats
path: root/app/views/streams/_stream.html.haml
blob: 4a6b1e9bea34eaa8f9ea139f686ee576c735a6a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
%article#stream-post
  %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
  - unless @updates.empty?
    = render @updates
  - if stream.updates.size > 10
    = will_paginate @updates