2016-11-22 16:59:54 -06:00

7 lines
214 B
Plaintext

<%
content_for :section_title, "New Question"
content_for :title, "New Question - Skills Assessment Admin"
%>
<%= render partial: 'form', locals: {question: @question, action: admin_create_question_path } %>