Sha256: 78ab2c8d13b6ce0da561d83becea395db59908d589143e44e5f590ab6a120d6c

Contents?: true

Size: 598 Bytes

Versions: 35

Compression:

Stored size: 598 Bytes

Contents

-# frozen_string_literal: true
= render :partial => "quby/v1/shared/main_label", :locals => {:question => question}
.description-and-fields
  .description
    - unless question.description.blank?
      = Quby::MarkdownParser.new(question.description).html_safe
  .fields{:id => question.html_id}
    - cls = [question.type]
    - cls << "subinput"  if subquestion
    = text_area :answer, question.key, :rows => question.lines, :cols => question.cols , :autocomplete => question.autocomplete, :class => cls, :disabled => disabled ? "" : nil, data: {"field-key" => question.key}, :maxlength => 5000

Version data entries

35 entries across 35 versions & 1 rubygems

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