Conditional Class Selectors in Haml
%div.active%div{ class: ( "active" if @thing.active? ) }%div{ class: [ ("active" if @thing.active?), ("highlight" if @thing.important?) ] }Last updated
%div.active%div{ class: ( "active" if @thing.active? ) }%div{ class: [ ("active" if @thing.active?), ("highlight" if @thing.important?) ] }Last updated