- content_for :header do %h1 Configure Membership Kit #edit-membership-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 "Membership Storefront", store_memberships_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 "Membership Storefront", store_memberships_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 %strong= f.label :thanks_copy, "Thanks Copy", :class => 'control-label' .guide Ut porta risus et lectus lobortis, vitae ultricies massa placerat. In non dapibus augue. %p =link_to "Preview", "#thanks-preview-modal", 'data-toggle' => 'modal' .span9 = f.text_area :thanks_copy, :class => "input-xxlarge", :rows => "8" .row-fluid.bottom-room .span3 %strong= f.label :invitation_email_text_copy, "Welcome Email Copy", :class => 'control-label' .guide Ut porta risus et lectus lobortis, vitae ultricies massa placerat. In non dapibus augue. %p =link_to "Preview", "#invite-preview-modal", 'data-toggle' => 'modal' .span9 = f.text_area :invitation_email_text_copy, :class => "input-xxlarge", :rows => "8" =f.submit "Save", :class => "btn btn-primary" #thanks-preview-modal.modal .modal-header .close{'data-dismiss'=>'modal'} x %h3 Thanks Page Preview .modal-body #thanks-preview (Thanks preview) .modal-footer = link_to "Close", "#", :class => "btn", 'data-dismiss'=>'modal' #invite-preview-modal.modal .modal-header .close{'data-dismiss'=>'modal'} x %h3 Invitation Email Preview .modal-body #email-preview (Email preview) .modal-footer = link_to "Close", "#", :class => "btn", 'data-dismiss'=>'modal'