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.6.3 app/views/admin/pages/_festivity_location_fields.html.haml
trusty-festivity-extension-2.6.2 app/views/admin/pages/_festivity_location_fields.html.haml
trusty-festivity-extension-2.6.1 app/views/admin/pages/_festivity_location_fields.html.haml
trusty-festivity-extension-2.6 app/views/admin/pages/_festivity_location_fields.html.haml
trusty-festivity-extension-2.5.19 app/views/admin/pages/_festivity_location_fields.html.haml
trusty-festivity-extension-2.5.18 app/views/admin/pages/_festivity_location_fields.html.haml
trusty-festivity-extension-2.5.17 app/views/admin/pages/_festivity_location_fields.html.haml
trusty-festivity-extension-2.5.16 app/views/admin/pages/_festivity_location_fields.html.haml
trusty-festivity-extension-2.5.15 app/views/admin/pages/_festivity_location_fields.html.haml
trusty-festivity-extension-2.5.14 app/views/admin/pages/_festivity_location_fields.html.haml
trusty-festivity-extension-2.5.13 app/views/admin/pages/_festivity_location_fields.html.haml
trusty-festivity-extension-2.5.12 app/views/admin/pages/_festivity_location_fields.html.haml
trusty-festivity-extension-2.5.11 app/views/admin/pages/_festivity_location_fields.html.haml
trusty-festivity-extension-2.5.10 app/views/admin/pages/_festivity_location_fields.html.haml
trusty-festivity-extension-2.5.9 app/views/admin/pages/_festivity_location_fields.html.haml
trusty-festivity-extension-2.5.8 app/views/admin/pages/_festivity_location_fields.html.haml
trusty-festivity-extension-2.5.7 app/views/admin/pages/_festivity_location_fields.html.haml
trusty-festivity-extension-2.5.6 app/views/admin/pages/_festivity_location_fields.html.haml
trusty-festivity-extension-2.5.5 app/views/admin/pages/_festivity_location_fields.html.haml
trusty-festivity-extension-2.5.4 app/views/admin/pages/_festivity_location_fields.html.haml