Sha256: 3d3cfe8a758183b47fffebc5e84e87fc2989e2d47653ddc53be09862f9f3087c

Contents?: true

Size: 301 Bytes

Versions: 2

Compression:

Stored size: 301 Bytes

Contents

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