8 lines
248 B
Plaintext
8 lines
248 B
Plaintext
<%
|
|
content_for :section_title, "Questions"
|
|
content_for :title, "Edit Question - Skills Assessment Admin"
|
|
%>
|
|
|
|
<h1><%= @question.quiz.name %></h1>
|
|
<%= render partial: 'form', locals: {question: @question, action: admin_update_question_path } %>
|