about summary refs log tree commit diff stats
path: root/app/views/streams/_stream.html.haml
blob: 97d4813a3402fd1c6328940307e9795a11fb7d47 (plain) (blame)
1
2
3
4
5
6
7
8
%article#stream-post
  %h2#stream-title= stream.title
  - unless stream.body.blank?
    %header#stream-intro.entry-content= markdown(stream.body)
  = will_paginate @updates
  - unless @updates.empty?
    = render @updates
  = will_paginate @updates