layout progress bar update

This commit is contained in:
Mark Moser
2016-07-28 08:22:05 -05:00
parent 79e1797295
commit 8623fe0d93
4 changed files with 7 additions and 5 deletions

View File

@ -1,8 +1,10 @@
<%
content_for :title, "Skills Assessment"
content_for :category, @question.category
content_for :summary, true if @status.on_summary
content_for :footer_title, "Skills Assessment"
%>
<form method="post" action="/question">
<main class="questions_tpl">
<h2 class="question-text"><%= @question.question %></h2>

View File

@ -1,5 +1,4 @@
<p>
Your answers have been submitted. We will review and your recruiter
Your answers have been submitted. We will review and your recruiter
will contact you if we would like to set up an interview.
</p>