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