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