Sha256: 7beeefbb5ae16e5082c9f5a525f9d216f86f13a0c4684ad7c1c8cbde2c25d54a

Contents?: true

Size: 991 Bytes

Versions: 82

Compression:

Stored size: 991 Bytes

Contents

- if @page.is_a?(FestivityLocationPage) && @page.id

  .festivity-div.festivity-title
    %h4
      %span{class: "fa fa-wrench fa-lg", aria: {hidden: "true"}}
      Location Setup
  %p.festivity-full
    %label{for: "page_festivity_address"}
      Address
    = self.text_field( :page, :festivity_address, class: "textbox festivity-control")
  %p.festivity-third
    %label{for: "page_festivity_city"}
      City
    = self.text_field( :page, :festivity_city, class: "textbox festivity-control")
  %p.festivity-third
    %label{for: "page_festivity_state"}
      State
    = self.text_field( :page, :festivity_state, class: "textbox festivity-control")
  %p.festivity-third
    %label{for: "page_festivity_zip"}
      Zip Code
    = self.text_field( :page, :festivity_zip, class: "textbox festivity-control")
  %p.festivity-full
    %label{for: "page_festivity_directions_url"}
      Directions URL
    = self.text_field( :page, :festivity_directions_url, class: "textbox festivity-control")

Version data entries

82 entries across 82 versions & 1 rubygems

Version Path
trusty-festivity-extension-2.5.3 app/views/admin/pages/_festivity_location_fields.html.haml
trusty-festivity-extension-2.5.2 app/views/admin/pages/_festivity_location_fields.html.haml
trusty-festivity-extension-2.5.1 app/views/admin/pages/_festivity_location_fields.html.haml
trusty-festivity-extension-2.5.0 app/views/admin/pages/_festivity_location_fields.html.haml
trusty-festivity-extension-2.4.6 app/views/admin/pages/_festivity_location_fields.html.haml
trusty-festivity-extension-2.4.5 app/views/admin/pages/_festivity_location_fields.html.haml
trusty-festivity-extension-2.4.4 app/views/admin/pages/_festivity_location_fields.html.haml
trusty-festivity-extension-2.4.3 app/views/admin/pages/_festivity_location_fields.html.haml
trusty-festivity-extension-2.4.2 app/views/admin/pages/_festivity_location_fields.html.haml
trusty-festivity-extension-2.4.1 app/views/admin/pages/_festivity_location_fields.html.haml
trusty-festivity-extension-2.4.0 app/views/admin/pages/_festivity_location_fields.html.haml
trusty-festivity-extension-2.3.30 app/views/admin/pages/_festivity_location_fields.html.haml
trusty-festivity-extension-2.3.29 app/views/admin/pages/_festivity_location_fields.html.haml
trusty-festivity-extension-2.3.28 app/views/admin/pages/_festivity_location_fields.html.haml
trusty-festivity-extension-2.3.27 app/views/admin/pages/_festivity_location_fields.html.haml
trusty-festivity-extension-2.3.26 app/views/admin/pages/_festivity_location_fields.html.haml
trusty-festivity-extension-2.3.25 app/views/admin/pages/_festivity_location_fields.html.haml
trusty-festivity-extension-2.3.24 app/views/admin/pages/_festivity_location_fields.html.haml
trusty-festivity-extension-2.3.23 app/views/admin/pages/_festivity_location_fields.html.haml
trusty-festivity-extension-2.3.22 app/views/admin/pages/_festivity_location_fields.html.haml