Sha256: 13768465f20b8b2a85d1164d69d9ce16ac43bd171a191df210c5f05ad37b6b8d

Contents?: true

Size: 1.06 KB

Versions: 33

Compression:

Stored size: 1.06 KB

Contents

-# frozen_string_literal: true
:javascript
  window.panel_validations = {};
  // for setting values of raw_content
  window.extra_question_values = #{raw @answer.extra_question_values};
  // for showing validations of raw content
  window.extra_failed_validations = #{raw @answer.extra_failed_validations};

- content_for(:extra_css, raw(@questionnaire.extra_css))

- target = params[:target_top] ? "_top" : nil

- form_classes = [@questionnaire.key, "paged"]
= form_tag questionnaire_answer_path(@questionnaire, @answer), :method => :put, :target => target, :class => form_classes, :autocomplete => "off", remote: true, id: 'questionnaire-form' do
  = render :partial => "quby/v1/session_params"
  = render :partial => "quby/v1/paged/panel", :collection => @questionnaire.panels, :locals => {:panels => @questionnaire.panels, :questionnaire => @questionnaire}

- if @questionnaire.leave_page_alert
  #leave_page_alert.hidden= @questionnaire.leave_page_alert

= render :partial => "quby/v1/shared/footer_javascript", locals: {answer: @answer}
= render :partial => "quby/v1/modal_iframe"

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
quby-5.6.5 app/views/quby/v1/paged.html.haml
quby-5.6.3 app/views/quby/v1/paged.html.haml
quby-5.6.2 app/views/quby/v1/paged.html.haml
quby-5.6.1 app/views/quby/v1/paged.html.haml
quby-5.6.0 app/views/quby/v1/paged.html.haml
quby-5.5.0 app/views/quby/v1/paged.html.haml
quby-5.4.0 app/views/quby/v1/paged.html.haml
quby-5.3.1 app/views/quby/v1/paged.html.haml
quby-5.3.0 app/views/quby/v1/paged.html.haml
quby-5.2.0 app/views/quby/v1/paged.html.haml
quby-5.1.3 app/views/quby/v1/paged.html.haml
quby-5.1.2 app/views/quby/v1/paged.html.haml
quby-5.1.1 app/views/quby/v1/paged.html.haml
quby-5.1.0 app/views/quby/v1/paged.html.haml
quby-5.0.5 app/views/quby/v1/paged.html.haml
quby-5.0.4 app/views/quby/v1/paged.html.haml
quby-5.0.3 app/views/quby/v1/paged.html.haml
quby-5.0.2 app/views/quby/v1/paged.html.haml
quby-5.0.1 app/views/quby/v1/paged.html.haml
quby-5.0.0 app/views/quby/v1/paged.html.haml