<%-
|
|
content_for :title, question.page_title.blank? ? question.title : question.page_title
|
|
content_for :meta_description, question.page_description
|
|
%>
|
|
|
|
|
|
<div class="question-container">
|
|
|
|
<div class="question-step">
|
|
<div><%= question_index %>/<%= questions_size %></div>
|
|
</div>
|
|
|
|
<div class="question-result">
|
|
<%= @question_answer.last.body.html_safe %>
|
|
</div>
|
|
|
|
<%= link_to t('next_question'), url_for(controller: 'questions', action: 'show', id: question_index), class: 'button__base' %>
|
|
|
|
</div>
|