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, "Edit: #{@user.name}"
content_for :title, "Profile - Skills Assessment Admin"
%>
<%= render partial: 'shared/form_model_errors', locals: {obj: @user} %>

View File

@ -1,5 +1,6 @@
<%
content_for :section_title, "Profile"
content_for :title, "Profile - Skills Assessment Admin"
%>
<p>Name: <%= current_user.name %></p>