updated missing page titles

This commit is contained in:
Mark Moser
2016-11-22 16:59:54 -06:00
parent d913e816b5
commit 4d8cf26c54
21 changed files with 31 additions and 1 deletions

View File

@ -1,5 +1,6 @@
<%
content_for :section_title, "Questions"
content_for :title, "Edit Question - Skills Assessment Admin"
%>
<h1><%= @question.quiz.name %></h1>

View File

@ -1,5 +1,6 @@
<%
content_for :section_title, "Questions"
content_for :title, "Questions - Skills Assessment Admin"
%>
<% quizzes = @questions.group_by{ |q| q.quiz.name } %>

View File

@ -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 } %>

View File

@ -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">