9 lines
213 B
Plaintext
9 lines
213 B
Plaintext
<%
|
|
content_for :section_title, "New Quiz"
|
|
content_for :title, "New Quiz - Skills Assessment Admin"
|
|
%>
|
|
|
|
<h1>New Quiz</h1>
|
|
|
|
<%= render partial: 'form', locals: { quiz: @quiz, action: admin_create_quiz_path } %>
|