Sha256: 6eb267507a8de5abac3f7142851ee90a1fca7f22a045ef1a2e753b39856ac4fe
Contents?: true
Size: 639 Bytes
Versions: 2
Compression:
Stored size: 639 Bytes
Contents
.question-type.TextQuestion %input.askwidget-disabledpreview{:disabled => "true", :name => "undefined", :type => "text", :value => "Their answer"} .question-type.EssayQuestion.start-hidden %textarea.askwidget-disabledpreview{:disabled => "true", :name => "undefined", :type => "text", :value => "Their answer"} .question-type.ChooseOneQuestion.ChecklistQuestion.start-hidden = f.fields_for(:choices) do |choice| = render 'asker/choice_fields', f: choice = link_to_add_fields "Add Choice", f, :choices .question-type.FormSection.start-hidden %h4 Name of section %p This will provide a divider between form sections
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ask-0.4.1 | app/views/asker/_choices.html.haml |
ask-0.4.0 | app/views/asker/_choices.html.haml |