Sha256: b915b771b4b36b64ad49556016035a3bbdcc519380206d4199cdb6fe96cf810a

Contents?: true

Size: 312 Bytes

Versions: 2

Compression:

Stored size: 312 Bytes

Contents

<%= render partial: "rapidfire/answers/errors", locals: {answer: answer} %>
<div class="form-group">
<%= f.label :answer_text, answer.question.question_text %>
<%= 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-4.0.0 app/views/rapidfire/answers/_long.html.erb
rapidfire-3.1.0 app/views/rapidfire/answers/_long.html.erb