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