Newer
Older
dmpopidor / app / views / questions / _new_edit_question_textarea.html.erb
<%# locals: { f, question, answer } %>
<div class="form-group">
    <%= f.label(:text, raw(question.text), class: 'control-label') %>
    <%= text_area_tag('answer[text]', answer.text, id: "answer-text-#{question.id}", class: "form-control tinymce_answer") %>
</div>