9 lines
237 B
Plaintext
9 lines
237 B
Plaintext
<%
|
|
content_for :section_title, "New Question"
|
|
content_for :title, "New Question - Skills Assessment Admin"
|
|
%>
|
|
|
|
<h1>New Question</h1>
|
|
|
|
<%= render partial: 'form', locals: {question: @question, action: admin_create_question_path } %>
|