You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

19 lines
521 B

<%-
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>