Sha256: 5ed4de82665d7c4c0a051471777dade78e104b30b68d75b2f89d04861d16a6ed
Contents?: true
Size: 457 Bytes
Versions: 35
Compression:
Stored size: 457 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} = render 'quby/v1/shared/date_inputs', :question => question, :subquestion => subquestion, :disabled => disabled
Version data entries
35 entries across 35 versions & 1 rubygems