Sha256: 6a1b9cefb41a3749cc4be792a17970c9a8be008a3e82563dc941caf4de194995

Contents?: true

Size: 534 Bytes

Versions: 35

Compression:

Stored size: 534 Bytes

Contents

-# frozen_string_literal: true
- available_width = question.presentation == :horizontal ? 100 : 66
- classes = [os_cycle]
- classes << question.question_group if question.question_group
- itemkey = "item_#{question.key}"
%td.item{:id => itemkey, :class => classes, :style => "width:#{available_width/(table.columns)}%", :rowspan => question.row_span, :data => question.extra_data}
  %span.nowrap.fields{:id => question.html_id, :class => question.type}
    = render 'quby/v1/shared/date_inputs', :question => question
  = validations

Version data entries

35 entries across 35 versions & 1 rubygems

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