Commit b0255794 by Muhammad Usman

summary report title fixes

parent 738f6ec7
...@@ -34,9 +34,9 @@ ...@@ -34,9 +34,9 @@
<div class="extra-feature"> <div class="extra-feature">
<div class="feature-heading">Development Reports</div> <div class="feature-heading">Development Reports</div>
<div class="feature-content">Information about feature that gives user context as to why to upgrade.</div> <div class="feature-content">Information about feature that gives user context as to why to upgrade.</div>
<div class="feature-action">View my summary report</div> <div class="feature-action" routerLink="/my-career-web/dashboard/summary-report">View my summary report</div>
</div> </div>
<div class="extra-feature-image" style="position: relative;" routerLink="/my-career-web/dashboard/summary-report"> <div class="extra-feature-image" style="position: relative;">
<img src="assets/my-career-web/svgs/summary-report.svg" style="position: absolute; top: -54px; right: -26px;"> <img src="assets/my-career-web/svgs/summary-report.svg" style="position: absolute; top: -54px; right: -26px;">
</div> </div>
</div> </div>
......
...@@ -4,6 +4,9 @@ ...@@ -4,6 +4,9 @@
<img src="assets/my-career-web/images/MATCHD_LOGO.jpg" alt=""> <img src="assets/my-career-web/images/MATCHD_LOGO.jpg" alt="">
</div> </div>
<h3 style="font-weight: bold;">Summary Report</h3>
<p>Below is an assessment based on your occupation preference. </p>
<div class="summary-report"> <div class="summary-report">
<app-overlay [isActive]="isLoading"></app-overlay> <app-overlay [isActive]="isLoading"></app-overlay>
......
...@@ -107,7 +107,7 @@ export class IntroLetterComponent extends BaseComponent implements OnInit { ...@@ -107,7 +107,7 @@ export class IntroLetterComponent extends BaseComponent implements OnInit {
ilSkillModel.IntroductionLetter = this.introductionLetter.ObjectID; ilSkillModel.IntroductionLetter = this.introductionLetter.ObjectID;
ilSkillModel.Skill = s.Skill; ilSkillModel.Skill = s.Skill;
ilSkillModel.SortOrder = i; ilSkillModel.SortOrder = i;
ilSkillModel.IsSelected = false; ilSkillModel.IsSelected = true;
this.utilsService.addMultiRefObject(ilSkillModel, this.introductionLetter, 'Skills', this.createdObjs); this.utilsService.addMultiRefObject(ilSkillModel, this.introductionLetter, 'Skills', this.createdObjs);
}); });
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment