File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Scripts/vuesrc/notification Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 22 <div class =" lh-padding-fluid bg-white" >
33 <div class =" notifications-panel lh-container-xl" >
44 <div :class =" [showMessage ? 'd-none' : 'd-block', 'nhsuk-u-margin-top-7 nhsuk-u-margin-bottom-7']" >
5- <h1 >System Notifications </h1 >
5+ <h1 >System notifications </h1 >
66 <notification ref =" priorityNotification"
77 :priorityType =" this.NotificationPriority.Priority"
88 :showContent =" this.showPriorityContent"
Original file line number Diff line number Diff line change 44@model AccountCreationConfirmation
55@inject IOptions <Settings > settings
66@{
7- ViewData [" Title" ] = " Confirmation " ;
7+ ViewData [" Title" ] = " Check your details " ;
88 var errorHasOccurred = ! ViewData .ModelState .IsValid ;
99 AccountCreationTypeEnum accountCreationType = ViewBag .AccountCreationType ;
1010}
1919 {
2020 <vc:error-summary order-of-property-names =" @(new[] { nameof(Model) })" />
2121 }
22- <h1 class =" nhsuk-heading-xl" >Check your details </h1 >
22+ <h1 class =" nhsuk-heading-xl" >@ViewData ["Title"] </h1 >
2323 <dl class =" nhsuk-summary-list" >
2424
2525 <div class =" nhsuk-summary-list__row" >
Original file line number Diff line number Diff line change 77}
88
99@{
10- ViewData [" Title" ] = " My bookmarks " ;
10+ ViewData [" Title" ] = " Bookmarked learning " ;
1111
1212 var folders = Model .Where (m => m .BookmarkTypeId == 1 ).ToDictionary (t => t .Id , t => t .Title );
1313
3030 <div class =" nhsuk-width-container app-width-container nhsuk-u-padding-bottom-9" >
3131 <vc:back-link asp-controller =" Home" asp-action =" Index" link-text =" Back to: Learning Hub" />
3232
33- <h1 >Bookmarked learning </h1 >
33+ <h1 >@ViewData ["Title"] </h1 >
3434
3535 <div class =" nhsuk-grid-row" >
3636 <div class =" nhsuk-grid-column-full" >
Original file line number Diff line number Diff line change 11@model LearningHub .Nhs .WebUI .Models .UserProfile .UserProfileSummaryViewModel
22
33@{
4- ViewData [" Title" ] = " My Account " ;
4+ ViewData [" Title" ] = " My account details " ;
55 var isgeneralUser = User .IsInRole (" BasicUser" );
66}
77<div class =" bg-white nhsuk-u-padding-bottom-9" >
88 <div class =" nhsuk-width-container app-width-container" >
99 <div class =" nhsuk-u-reading-width" >
1010 <div class =" app-width-container" >
11- <h1 class =" nhsuk-heading-xl nhsuk-u-padding-top-7" >My account details </h1 >
11+ <h1 class =" nhsuk-heading-xl nhsuk-u-padding-top-7" >@ViewData ["Title"] </h1 >
1212 @if (isgeneralUser )
1313 {
1414 <div class =" nhsuk-inset-text" >
Original file line number Diff line number Diff line change 11@{
2- ViewData [" Title" ] = " Notifications " ;
2+ ViewData [" Title" ] = " System notifications " ;
33}
44
55<div id =" notificationcontainer" v-cloak >
You can’t perform that action at this time.
0 commit comments