Sha256: ec079a9c291a681691e4163989c4dba9c3a2d7dc7035520e2e5707bfbe6d90b9

Contents?: true

Size: 560 Bytes

Versions: 8

Compression:

Stored size: 560 Bytes

Contents

-box do
  %h3=:showing_ad.l
  %p
    %b
      =:name.l
      \:
    = h @ad.name
  %p
    %b
      =:html.l
      \:
    = raw @ad.html
  %p
    %b
      =:frequency.l
      \:
    = h @ad.frequency
  %p
    %strong
      =:published.l
      \?
    = @ad.published?
  %p
    %b 
      =:run.l
      \:
    = h @ad.time_constrained? ? "#{@ad.start_date.to_formatted_s(:long)} - #{@ad.end_date.to_formatted_s(:long)}" : 'n/a'
  %p
    %b 
      =:location.l
      \:
    = h @ad.location

  = link_to :edit.l, edit_ad_path(@ad)
  |
  = link_to :back.l, ads_path

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
community_engine-2.3.2 app/views/ads/show.html.haml
community_engine-2.3.1 app/views/ads/show.html.haml
community_engine-2.3.0 app/views/ads/show.html.haml
community_engine-2.1.0 app/views/ads/show.html.haml
community_engine-2.0.0 app/views/ads/show.html.haml
community_engine-2.0.0.beta3 app/views/ads/show.html.haml
community_engine-2.0.0.beta2 app/views/ads/show.html.haml
community_engine-2.0.0.beta1 app/views/ads/show.html.haml