File tree 3 files changed +15
-7
lines changed
app/presenters/content_item
3 files changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -10,16 +10,16 @@ def brexit_child_taxons
10
10
{
11
11
BREXIT_BUSINESS_PAGE_CONTENT_ID => {
12
12
nav_link : {
13
- text : I18n . t ( "brexit.citizen_link" ) ,
14
- path : BREXIT_CITIZEN_PAGE_PATH ,
13
+ text : I18n . t ( "brexit.citizen_link.text " ) ,
14
+ path : I18n . t ( "brexit.citizen_link.path" ) ,
15
15
track_label : "Guidance nav link" ,
16
16
} ,
17
17
track_category : "brexit-business-page" ,
18
18
} ,
19
19
BREXIT_CITIZEN_PAGE_CONTENT_ID => {
20
20
nav_link : {
21
- text : I18n . t ( "brexit.business_link" ) ,
22
- path : BREXIT_BUSINESS_PAGE_PATH ,
21
+ text : I18n . t ( "brexit.business_link.text " ) ,
22
+ path : I18n . t ( "brexit.business_link.path" ) ,
23
23
track_label : "Guidance nav link" ,
24
24
25
25
} ,
Original file line number Diff line number Diff line change 2
2
cy :
3
3
brexit :
4
4
business_link :
5
+ text : canllawiau Brexit gwahanol ar gyfer busnesau
6
+ path : " /guidance/brexit-guidance-for-businesses.cy"
5
7
citizen_link :
6
- heading_prefix :
8
+ text : canllawiau Brexit gwahanol ar gyfer unigolion a theuluoedd
9
+ path : " /guidance/brexit-guidance-for-individuals-and-families.cy"
10
+ heading_prefix : Ceir
7
11
common :
8
12
last_updated : Diweddarwyd diwethaf
9
13
visit :
Original file line number Diff line number Diff line change 1
1
---
2
2
en :
3
3
brexit :
4
- business_link : Brexit guidance for businesses
5
- citizen_link : Brexit guidance for individuals and families
4
+ business_link :
5
+ text : Brexit guidance for businesses
6
+ path : " /guidance/brexit-guidance-for-businesses"
7
+ citizen_link :
8
+ text : Brexit guidance for individuals and families
9
+ path : " /guidance/brexit-guidance-for-individuals-and-families"
6
10
heading_prefix : There’s different
7
11
common :
8
12
last_updated :
You can’t perform that action at this time.
0 commit comments