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