updated missing page titles
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
<%
|
||||
content_for :section_title, "Questions"
|
||||
content_for :title, "Edit Question - Skills Assessment Admin"
|
||||
%>
|
||||
|
||||
<h1><%= @question.quiz.name %></h1>
|
||||
|
@ -1,5 +1,6 @@
|
||||
<%
|
||||
content_for :section_title, "Questions"
|
||||
content_for :title, "Questions - Skills Assessment Admin"
|
||||
%>
|
||||
|
||||
<% quizzes = @questions.group_by{ |q| q.quiz.name } %>
|
||||
|
@ -1,5 +1,6 @@
|
||||
<%
|
||||
content_for :section_title, "New Question"
|
||||
content_for :title, "New Question - Skills Assessment Admin"
|
||||
%>
|
||||
|
||||
<%= render partial: 'form', locals: {question: @question, action: admin_create_question_path } %>
|
||||
|
@ -1,5 +1,6 @@
|
||||
<%
|
||||
content_for :section_title, "Question for #{@question.quiz.name}"
|
||||
content_for :title, "Question - Skills Assessment Admin"
|
||||
%>
|
||||
|
||||
<table cellspacing="0" cellpadding="0">
|
||||
|
Reference in New Issue
Block a user