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

7 lines
214 B
Plaintext
Raw Normal View History

2016-08-19 16:02:18 -05:00
<%
content_for :section_title, "New Question"
2016-11-22 16:59:54 -06:00
content_for :title, "New Question - Skills Assessment Admin"
2016-08-19 16:02:18 -05:00
%>
2016-08-24 12:17:00 -05:00
<%= render partial: 'form', locals: {question: @question, action: admin_create_question_path } %>