Sha256: ee81d109239a6e5e9d564f6ea6faf5be9128f7fce822c9f080909a3e4af86b2e

Contents?: true

Size: 444 Bytes

Versions: 3

Compression:

Stored size: 444 Bytes

Contents

!!!
%html
  %body
    %p
      %strong Name:
      = h @contact.name
    %p
      %strong Address:
      = h @contact.address
    %p
      %strong City:
      = h @contact.city
    %p
      %strong State:
      = h @contact.state
    %p
      %strong Email:
      = h @contact.email
    %p
      %strong Phone Number:
      = h @contact.phone unless @contact.phone.nil?
    %p{:class => "woah"}
      %strong Message:
      = h @contact.message

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
dust-cms-0.0.07 app/views/post_office/contact_request.html.haml
dust-cms-0.0.06 app/views/post_office/contact_request.html.haml
dust-cms-0.0.05 app/views/post_office/contact_request.html.haml