Fix broken link
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
<button style="color: #fff; border-color: #fff;" routerLink="/jobs/editor" [queryParams]="{ CompanyID: Comp.id }" >POST JOB</button>
|
<button style="color: #fff; border-color: #fff;" routerLink="/jobs/editor" [queryParams]="{ CompanyID: Comp.id }" >POST JOB</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="content-button" *ngIf="!Comp.emailVerified">
|
<div class="content-button" *ngIf="!Comp.emailVerified">
|
||||||
<button style="color: #fff; border-color: #fff;" routerLink="/api/company/sendverifyemail" [queryParams]="{ CompanyID: Comp.id }" >VERIFY EMAIL</button>
|
<a style="color: #fff; border-color: #fff;" [href]="'/api/company/sendverifyemail?CompanyID=' + Comp.id" >VERIFY EMAIL></a>
|
||||||
<span>You must verify your company email before you can post job listings.</span>
|
<span>You must verify your company email before you can post job listings.</span>
|
||||||
</div>
|
</div>
|
||||||
<hr />
|
<hr />
|
||||||
|
|||||||
Reference in New Issue
Block a user