skill-assessment-app/app/views/admin/quiz/new.html.erb

9 lines
213 B
Plaintext
Raw Permalink Normal View History

2016-08-18 18:22:57 -05:00
<%
content_for :section_title, "New Quiz"
2016-11-22 16:59:54 -06:00
content_for :title, "New Quiz - Skills Assessment Admin"
2016-08-18 18:22:57 -05:00
%>
2016-08-18 15:35:17 -05:00
2017-03-20 14:38:57 -05:00
<h1>New Quiz</h1>
2016-08-24 12:17:00 -05:00
<%= render partial: 'form', locals: { quiz: @quiz, action: admin_create_quiz_path } %>