Sha256: b922358c7b1a180bf093a62429d09c2cef0430ee5e87b440b25789747170dcf7

Contents?: true

Size: 565 Bytes

Versions: 8

Compression:

Stored size: 565 Bytes

Contents

.wrap.row.page.gs--m

  .g-full.g-3--m
    %h1 Get in touch
    = form_for @enquiry, url: front_end_enquiries_path do |f|
      - if @enquiry.errors.any?
        %ul.errors
          - @enquiry.errors.full_messages.each do |error|
            %li= error
      .field
        = f.label :name
        = f.text_field :name
      .field
        = f.label :email
        = f.email_field :email
      .field
        = f.label :body, 'Message'
        = f.text_area :body
      .field
        = f.submit 'Send', class: :btn

  .g-gutter--m.g-1
    = render 'contact_info'

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
cd2_catton_cms-1.1.35 app/views/c/front_end/enquiries/new.html.haml
cd2_catton_cms-1.1.34 app/views/c/front_end/enquiries/new.html.haml
cd2_catton_cms-1.1.33 app/views/c/front_end/enquiries/new.html.haml
cd2_catton_cms-1.1.32 app/views/c/front_end/enquiries/new.html.haml
cd2_catton_cms-1.1.31 app/views/c/front_end/enquiries/new.html.haml
cd2_catton_cms-1.1.30 app/views/c/front_end/enquiries/new.html.haml
cd2_catton_cms-1.1.20 app/views/c/front_end/enquiries/new.html.haml
cd2_catton_cms-1.1.10 app/views/c/front_end/enquiries/new.html.haml