Merge branch 'working' of https://git.mistox.net/derek/boredcareers into working
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<div class="top-bar">
|
||||
@for(company of Employers; track company.accountID){
|
||||
<button (click)="changeSelectedCompany(company.company.id!)">{{ company.company.name.toUpperCase() }}</button>
|
||||
<button routerLink="/company/editor" >CONNECT A COMPANY</button>
|
||||
}
|
||||
<button routerLink="/company/editor" >CONNECT A COMPANY</button>
|
||||
</div>
|
||||
<div class="content-frame">
|
||||
@if(Comp != null){
|
||||
|
||||
Reference in New Issue
Block a user