Sha256: 3479482fe22bef4fa26d834268936b7d45f6b0a1b4ce3a43ce569e8d30f29bd6
Contents?: true
Size: 322 Bytes
Versions: 2
Compression:
Stored size: 322 Bytes
Contents
<%= render partial: "rapidfire/answers/errors", locals: {answer: answer} %> <div class="form-group"> <%= f.label :answer_text, answer.question.question_text.html_safe %> <%= f.text_area :answer_text, value: answer.answer_text || answer.question.default_text, :rows => 5, placeholder: answer.question.placeholder %> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rapidfire-8.0.0 | app/views/rapidfire/answers/_long.html.erb |
rapidfire-5.0.0 | app/views/rapidfire/answers/_long.html.erb |