Sha256: d145ca432c47dfccecb72550b00f36c2e9ac60ff2c57f5dff9863cd3a2fc1f84

Contents?: true

Size: 599 Bytes

Versions: 35

Compression:

Stored size: 599 Bytes

Contents

-# frozen_string_literal: true
%label.main(for="answer_#{question.key}")
  = 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}
    = text_area :answer, question.key, :rows => question.lines, :cols => question.cols, :autocomplete => question.autocomplete, :class => subquestion ? "subinput" : "", :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/bulk/_item_question_textarea.html.haml
quby-5.6.6 app/views/quby/v1/bulk/_item_question_textarea.html.haml
quby-5.6.5 app/views/quby/v1/bulk/_item_question_textarea.html.haml
quby-5.6.3 app/views/quby/v1/bulk/_item_question_textarea.html.haml
quby-5.6.2 app/views/quby/v1/bulk/_item_question_textarea.html.haml
quby-5.6.1 app/views/quby/v1/bulk/_item_question_textarea.html.haml
quby-5.6.0 app/views/quby/v1/bulk/_item_question_textarea.html.haml
quby-5.5.0 app/views/quby/v1/bulk/_item_question_textarea.html.haml
quby-5.4.0 app/views/quby/v1/bulk/_item_question_textarea.html.haml
quby-5.3.1 app/views/quby/v1/bulk/_item_question_textarea.html.haml
quby-5.3.0 app/views/quby/v1/bulk/_item_question_textarea.html.haml
quby-5.2.0 app/views/quby/v1/bulk/_item_question_textarea.html.haml
quby-5.1.3 app/views/quby/v1/bulk/_item_question_textarea.html.haml
quby-5.1.2 app/views/quby/v1/bulk/_item_question_textarea.html.haml
quby-5.1.1 app/views/quby/v1/bulk/_item_question_textarea.html.haml
quby-5.1.0 app/views/quby/v1/bulk/_item_question_textarea.html.haml
quby-5.0.5 app/views/quby/v1/bulk/_item_question_textarea.html.haml
quby-5.0.4 app/views/quby/v1/bulk/_item_question_textarea.html.haml
quby-5.0.3 app/views/quby/v1/bulk/_item_question_textarea.html.haml
quby-5.0.2 app/views/quby/v1/bulk/_item_question_textarea.html.haml