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.3.1 app/views/admin/pages/_festivity_location_fields.html.haml
trusty-festivity-extension-2.3.0 app/views/admin/pages/_festivity_location_fields.html.haml
trusty-festivity-extension-2.2.9 app/views/admin/pages/_festivity_location_fields.html.haml
trusty-festivity-extension-2.2.8 app/views/admin/pages/_festivity_location_fields.html.haml
trusty-festivity-extension-2.2.7 app/views/admin/pages/_festivity_location_fields.html.haml
trusty-festivity-extension-2.2.6 app/views/admin/pages/_festivity_location_fields.html.haml
trusty-festivity-extension-2.2.5 app/views/admin/pages/_festivity_location_fields.html.haml
trusty-festivity-extension-2.2.4 app/views/admin/pages/_festivity_location_fields.html.haml
trusty-festivity-extension-2.2.3 app/views/admin/pages/_festivity_location_fields.html.haml
trusty-festivity-extension-2.2.2 app/views/admin/pages/_festivity_location_fields.html.haml
trusty-festivity-extension-2.2.1 app/views/admin/pages/_festivity_location_fields.html.haml
trusty-festivity-extension-2.2.0 app/views/admin/pages/_festivity_location_fields.html.haml
trusty-festivity-extension-2.1.1 app/views/admin/pages/_festivity_location_fields.html.haml
trusty-festivity-extension-2.1.0 app/views/admin/pages/_festivity_location_fields.html.haml
trusty-festivity-extension-2.0.7 app/views/admin/pages/_festivity_location_fields.html.haml
trusty-festivity-extension-2.0.6 app/views/admin/pages/_festivity_location_fields.html.haml
trusty-festivity-extension-2.0.5 app/views/admin/pages/_festivity_location_fields.html.haml
trusty-festivity-extension-2.0.4 app/views/admin/pages/_festivity_location_fields.html.haml
trusty-festivity-extension-2.0.3 app/views/admin/pages/_festivity_location_fields.html.haml
trusty-festivity-extension-2.0.2 app/views/admin/pages/_festivity_location_fields.html.haml