Sha256: dd4572f65b538b42acb31d5acb71706f785d6f1b9e5d8f321104c94b7c854f0a

Contents?: true

Size: 311 Bytes

Versions: 2

Compression:

Stored size: 311 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_field :answer_text, value: answer.answer_text || answer.question.default_text, 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/_short.html.erb
rapidfire-5.0.0 app/views/rapidfire/answers/_short.html.erb