Sha256: 6cf32196ccc9bea42190215b2c3e21b2a35604132f7b7c38838f0a3ebc2081f2

Contents?: true

Size: 699 Bytes

Versions: 33

Compression:

Stored size: 699 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}
  .fields{:class => question.type, :id => question.html_id}
    - cls = [question.type]
    - cls << question.as if question.as
    = text_field :answer, question.key, :autocomplete => question.autocomplete, :class => cls, :data => {'field-key' => question.key}
    %span.unit= raw question.unit    
    = validations

Version data entries

33 entries across 33 versions & 1 rubygems

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