This repository was archived by the owner on Sep 14, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +67
-0
lines changed Expand file tree Collapse file tree 2 files changed +67
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,18 @@ exports[`Footer: should render when authenticated 1`] = `
46
46
Profile
47
47
</a >
48
48
</li >
49
+ <li
50
+ class = " "
51
+ >
52
+ <a
53
+ class = " FooterLink__link"
54
+ data-analytics = " toolbar:recommended+jobs"
55
+ href = " /recommended"
56
+ rel = " nofollow"
57
+ >
58
+ Recommended jobs
59
+ </a >
60
+ </li >
49
61
<li
50
62
class = " "
51
63
>
@@ -903,6 +915,18 @@ exports[`Footer: should render when authentication is pending 1`] = `
903
915
Profile
904
916
</a >
905
917
</li >
918
+ <li
919
+ class = " "
920
+ >
921
+ <a
922
+ class = " FooterLink__link"
923
+ data-analytics = " toolbar:recommended+jobs"
924
+ href = " /sign-in?returnUrl=%2Frecommended"
925
+ rel = " nofollow"
926
+ >
927
+ Recommended jobs
928
+ </a >
929
+ </li >
906
930
<li
907
931
class = " "
908
932
>
@@ -1760,6 +1784,18 @@ exports[`Footer: should render when unauthenticated 1`] = `
1760
1784
Profile
1761
1785
</a >
1762
1786
</li >
1787
+ <li
1788
+ class = " "
1789
+ >
1790
+ <a
1791
+ class = " FooterLink__link"
1792
+ data-analytics = " toolbar:recommended+jobs"
1793
+ href = " /sign-in?returnUrl=%2Frecommended"
1794
+ rel = " nofollow"
1795
+ >
1796
+ Recommended jobs
1797
+ </a >
1798
+ </li >
1763
1799
<li
1764
1800
class = " "
1765
1801
>
@@ -2617,6 +2653,18 @@ exports[`Footer: should render with locale of AU 1`] = `
2617
2653
Profile
2618
2654
</a >
2619
2655
</li >
2656
+ <li
2657
+ class = " "
2658
+ >
2659
+ <a
2660
+ class = " FooterLink__link"
2661
+ data-analytics = " toolbar:recommended+jobs"
2662
+ href = " /sign-in?returnUrl=%2Frecommended"
2663
+ rel = " nofollow"
2664
+ >
2665
+ Recommended jobs
2666
+ </a >
2667
+ </li >
2620
2668
<li
2621
2669
class = " "
2622
2670
>
@@ -3474,6 +3522,18 @@ exports[`Footer: should render with locale of NZ 1`] = `
3474
3522
Profile
3475
3523
</a >
3476
3524
</li >
3525
+ <li
3526
+ class = " "
3527
+ >
3528
+ <a
3529
+ class = " FooterLink__link"
3530
+ data-analytics = " toolbar:recommended+jobs"
3531
+ href = " /sign-in?returnUrl=%2Frecommended"
3532
+ rel = " nofollow"
3533
+ >
3534
+ Recommended jobs
3535
+ </a >
3536
+ </li >
3477
3537
<li
3478
3538
class = " "
3479
3539
>
Original file line number Diff line number Diff line change @@ -9,6 +9,13 @@ export default [
9
9
href : '/profile/' ,
10
10
analytics : 'toolbar:profile'
11
11
} ,
12
+ {
13
+ name : 'Recommended jobs' ,
14
+ href : '/recommended' ,
15
+ rel : 'nofollow' ,
16
+ authRequired : true ,
17
+ analytics : 'toolbar:recommended+jobs'
18
+ } ,
12
19
{
13
20
name : 'Saved searches' ,
14
21
href : '/my-activity/saved-searches' ,
You can’t perform that action at this time.
0 commit comments