layout progress bar update
This commit is contained in:
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user