Sha256: 12a029ccaf4bb77c7e7ff4c7ce4c00b136dd71d154a0c349b0c57cd5b7aaae77
Contents?: true
Size: 1.08 KB
Versions: 8
Compression:
Stored size: 1.08 KB
Contents
- content_for :header do %h1 Configure Passes Kit #edit-passes-kit =form_for @kit do |f| .row-fluid.bottom-room .span3 %strong= f.label :marketing_copy_heading, "Marketing Copy Top", :class => 'control-label' .guide %p This text will appear at the top of your =link_to "Passes Storefront", store_passes_path(current_user.current_organization.cached_slug) .span9 = f.text_area :marketing_copy_heading, :class => "input-xxlarge wysihtml5", :rows => "8" .row-fluid.bottom-room .span3 %strong= f.label :marketing_copy_sidebar, "Marketing Copy Sidebar", :class => 'control-label' .guide %p This text will appear on the right sidebar of your =link_to "Passes Storefront", store_passes_path(current_user.current_organization.cached_slug) .span9 = f.text_area :marketing_copy_sidebar, :class => "input-xxlarge wysihtml5", :rows => "8" .row-fluid.bottom-room .span3   .span9 =f.submit "Save", :class => "btn btn-primary"
Version data entries
8 entries across 8 versions & 1 rubygems