moved question partials
This commit is contained in:
parent
4f99d4eb12
commit
f9930ce531
@ -8,7 +8,7 @@
|
||||
<%= form_tag(post_question_path) do %>
|
||||
<main class="questions_tpl">
|
||||
<h2 class="question-text"><%= @question.question %></h2>
|
||||
<%= render partial: "questions/#{@question.input_type}" %>
|
||||
<%= render partial: @question.input_type %>
|
||||
|
||||
<% if @status.on_summary %>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user