Edit: <%= @candidate.name %>
Test ID: <%= @candidate.test_hash %>
diff --git a/app/views/admin/candidate/index.html.erb b/app/views/admin/candidate/index.html.erb index 1912731..1e290bd 100644 --- a/app/views/admin/candidate/index.html.erb +++ b/app/views/admin/candidate/index.html.erb @@ -1,5 +1,6 @@ <% content_for :section_title, "Candidates" + content_for :title, "Candidates - Skills Assessment Admin" %>New Candidate
diff --git a/app/views/admin/profile/edit.html.erb b/app/views/admin/profile/edit.html.erb index d1014d2..04eac6b 100644 --- a/app/views/admin/profile/edit.html.erb +++ b/app/views/admin/profile/edit.html.erb @@ -1,5 +1,6 @@ <% content_for :section_title, "Edit: #{@user.name}" + content_for :title, "Profile - Skills Assessment Admin" %> <%= render partial: 'shared/form_model_errors', locals: {obj: @user} %> diff --git a/app/views/admin/profile/view.html.erb b/app/views/admin/profile/view.html.erb index 1c1af5f..6cc0db1 100644 --- a/app/views/admin/profile/view.html.erb +++ b/app/views/admin/profile/view.html.erb @@ -1,5 +1,6 @@ <% content_for :section_title, "Profile" + content_for :title, "Profile - Skills Assessment Admin" %>Name: <%= current_user.name %>
diff --git a/app/views/admin/question/edit.html.erb b/app/views/admin/question/edit.html.erb index 6428daa..67ca722 100644 --- a/app/views/admin/question/edit.html.erb +++ b/app/views/admin/question/edit.html.erb @@ -1,5 +1,6 @@ <% content_for :section_title, "Questions" + content_for :title, "Edit Question - Skills Assessment Admin" %>