<% provide :title do %><%= @question.title %><% end %>

<%= t('.title') %>

<%= link_to @process.title, @process %>

<% if @question.next_question_id %> <%= link_to legislation_process_question_path(@process, @question.next_question_id), class: "quiz-next-link" do %> <%= content_tag :div, class: "quiz-next" do %> <%= t('.next_question') %>

<%= @question.title %>

<% if @question.question_options.any? %> <%= form_for @answer, url: legislation_process_question_answers_path(@process, @question, @answer), class: "controls-stacked" do |f| %> <% @question.question_options.each do |question_option| %> <% end %> <%= f.submit t('.answer_question'), class: "button" unless @answer.persisted? %> <% end %> <% end %>
<%= render 'comments' %>