/test/controllers/

on' href='/favicon.ico'/>
about summary refs log tree commit diff stats
path: root/app/views/streams/_stream.html.haml
blob: 84a6478960fba9fb4ba2645bdf9609a22c0b36e8 (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= stream.body.html_safe
  - unless stream.updates.empty?
    = render stream.updates